MadelineProtoDocs/docs/TD_docs/methods/editInlineMessageText.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

869 B

title description image
editInlineMessageText Bots only. Edits text of an inline text or game message sent via bot https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: editInlineMessageText

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Edits text of an inline text or game message sent via bot

Parameters:

Name Type Required Description
inline_message_id string Yes Inline message identifier
reply_markup ReplyMarkup Yes New message reply markup
input_message_content InputMessageContent Yes New text content of the message. Should be of type InputMessageText

Return type: Ok