viewMessages

View multiple messages. USER-ONLY

Parameters

chatId: ID

The identifier of the chat including the messages.

messageIds: number[]

The identifiers of the messages.

Result

void

Syntax

await client.viewMessages(chatId, messageIds);