MadelineProtoDocs/docs/TD_docs/methods/editInlineMessageText.md

875 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 Description Required
inline_message_id string Inline message identifier Yes
reply_markup ReplyMarkup New message reply markup Yes
input_message_content InputMessageContent New text content of the message. Should be of type InputMessageText Yes

Return type: Ok