MadelineProtoDocs/docs/TD_docs/methods/editInlineMessageCaption.md

813 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 Description Required
inline_message_id string Inline message identifier Yes
reply_markup ReplyMarkup New message reply markup Yes
caption string New message content caption, 0-200 characters Yes

Return type: Ok