editInlineMessageRichText
Edit an inline message’s rich text. BOT-ONLY
Parameters
inlineMessageId: string
The identifier of the inline message.
The new rich text of the message.
The reply markup of the message. Bot-only.
Result
void
Syntax
// Required parameters only.
await client.editInlineMessageRichText(inlineMessageId, richText);
// Required parameters + optional parameters.
// Any of the optional parameters can be omitted.
await client.editInlineMessageRichText(inlineMessageId, richText, { replyMarkup });