TDLib v0.0.2 TDLib.Method.EditMessageText View Source
Edits the text of a message (or a text of a game message). Non-bot users can edit messages for a limited period of time. Returns the edited message after the edit is completed on the 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. |
input_message_content | InputMessageContent | New text content of the message. Should be of type InputMessageText. |
More details on telegram’s documentation.