TDLib v0.0.2 TDLib.Method.EditMessageLiveLocation View Source
Edits the message content of a live location. Messages can be edited for a limited period of time specified in the live location. 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 | Tew message reply markup; for bots only. |
location | location | New location content of the message; may be null. Pass null to stop sharing the live location. |
More details on telegram’s documentation.