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

807 B

title description image
editInlineMessageCaption Bots only. Edits caption of an inline message content sent via bot https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: editInlineMessageCaption

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Bots only. Edits caption of an inline message content sent via bot

Parameters:

Name Type Required Description
inline_message_id string Yes Inline message identifier
reply_markup ReplyMarkup Yes New message reply markup
caption string Yes New message content caption, 0-200 characters

Return type: Ok