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.

NameTypeDescription
inline_message_idstringInline message identifier.
reply_markupReplyMarkupNew message reply markup.
locationlocationNew location content of the message; may be null. Pass null to stop sharing the live location.

More details on telegram’s documentation.