viewMessages
View multiple messages. USER-ONLY
Parameters
The identifier of the chat including the messages.
messageIds: number[]
The identifiers of the messages.
Result
void
Syntax
await client.viewMessages(chatId, messageIds);
View multiple messages. USER-ONLY
The identifier of the chat including the messages.
The identifiers of the messages.
await client.viewMessages(chatId, messageIds);