getRichText

Get a message’s full rich text. USER-ONLY

Parameters

chatId: ID

The identifier of the chat including the message.

messageId: number

The identifier of the message.

Result

RichText | null

Syntax

await client.getRichText(chatId, messageId);