EditMessageLiveLocation constructor

EditMessageLiveLocation(
  1. {required int chat_id,
  2. required int message_id,
  3. ReplyMarkup? reply_markup,
  4. Location? location,
  5. required int heading,
  6. required int proximity_alert_radius,
  7. int? extra,
  8. int? clientId}
)

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

Returns Message

Implementation

EditMessageLiveLocation