viewMessage

View a single message. USER-ONLY

Parameters

chatId: ID

The identifier of the chat including the message.

messageId: number

The identifier of the message.

Result

void

Syntax

await client.viewMessage(chatId, messageId);