TDLib v0.0.2 TDLib.Method.EditMessageCaption View Source
Edits the message content caption. Non-bots can edit messages for a limited period of time. Returns the edited message after the edit is completed server-side.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| chat_id | string | The chat the message belongs to. |
| message_id | string | Identifier of the message. |
| reply_markup | ReplyMarkup | The new message reply markup; for bots only. |
| caption | formattedText | New message content caption; 0-200 characters. |
More details on telegram’s documentation.