EditMessageLiveLocation constructor
const
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
Implementation
const EditMessageLiveLocation({
required this.chatId,
required this.messageId,
this.replyMarkup,
this.location,
required this.heading,
required this.proximityAlertRadius,
});