editMessageLiveLocation¶
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 on the server side
editMessageLiveLocation(
chat_id: int53,
message_id: int53,
reply_markup: ReplyMarkup,
location: LiveLocation
) → Message
chat_id¶
int53
The chat the message belongs to
message_id¶
int53
Identifier of the message. Use messageProperties.can_be_edited to check whether the message can be edited
reply_markup¶
The new message reply markup; pass null if none; for bots only
location¶
New live location of the message; pass null to stop sharing the live location. If the new live_period isn't set to 0x7FFFFFFF, then it must not exceed the current live_period by more than a day, and the live location expiration date must remain in the next 90 days