View Source ExTDLib.Method.EditInlineMessageLiveLocation (ExTDLib v0.0.4)

Edits the content of a live location in an inline message sent via a bot; for bots only. Returns object_ptr<Ok>.

NameTypeDescription
inline_message_idstringInline message identifier.
reply_markupReplyMarkupThe new message reply markup; pass null if none.
locationlocationNew location content of the message; pass null to stop sharing the live location.
headingnumberThe new direction in which the location moves, in degrees; 1-360. Pass 0 if unknown.
proximity_alert_radiusnumberThe new maximum distance for proximity alerts, in meters (0-100000). Pass 0 if the notification is disabled.

More details on telegram's documentation.