TDLib v0.0.2 TDLib.Method.EditInlineMessageLiveLocation View Source
Edits the content of a live location in an inline message sent via a bot; for bots only.
Returns object_ptr
Name | Type | Description |
---|---|---|
inline_message_id | string | Inline message identifier. |
reply_markup | ReplyMarkup | New message reply markup. |
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.