Skip to content

editInlineMessageText

Function · TDLib 1.8.67 · d1085f9c

Edits the text of an inline text or game message sent via the bot; for bots only

editInlineMessageText(
  inline_message_id: string,
  reply_markup: ReplyMarkup,
  input_message_content: InputMessageContent
) → Ok

inline_message_id

string

Inline message identifier

reply_markup

ReplyMarkup

The new message reply markup; pass null if none

input_message_content

InputMessageContent

New text content of the message. Must be of type inputMessageText or inputMessageRichMessage; file upload isn't supported