1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/methods/editInlineMessageCaption.md
2017-08-25 14:43:29 +02:00

730 B

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

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

Params:

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