TDLib v0.0.2 TDLib.Object.UpdateMessageEdited View Source
A message was edited. Changes in the message content will come in a separate updateMessageContent.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_id | string | Message identifier. |
| edit_date | number | Point in time (Unix timestamp) when the message was edited. |
| reply_markup | ReplyMarkup | New message reply markup; may be null. |
More details on telegram’s documentation.