UpdateMessageLiveLocationViewed constructor
const
UpdateMessageLiveLocationViewed({})
A message with a live location was viewed. When the update is received, the application is supposed to update the live location
Implementation
const UpdateMessageLiveLocationViewed({
required this.chatId,
required this.messageId,
this.extra,
this.clientId,
});