viewMessage
View a single message. USER-ONLY
Parameters
The identifier of the chat including the message.
messageId: number
The identifier of the message.
Result
void
Syntax
await client.viewMessage(chatId, messageId);
View a single message. USER-ONLY
The identifier of the chat including the message.
The identifier of the message.
await client.viewMessage(chatId, messageId);