TDLib v0.0.2 TDLib.Method.EditInlineMessageText View Source

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

NameTypeDescription
inline_message_idstringInline message identifier.
reply_markupReplyMarkupNew message reply markup.
input_message_contentInputMessageContentNew text content of the message. Should be of type InputMessageText.

More details on telegram’s documentation.