copyWith method
Implementation
UpdateMessageLiveLocationViewed copyWith({int? chatId, int? messageId}) =>
UpdateMessageLiveLocationViewed(
chatId: chatId ?? this.chatId,
messageId: messageId ?? this.messageId,
);
UpdateMessageLiveLocationViewed copyWith({int? chatId, int? messageId}) =>
UpdateMessageLiveLocationViewed(
chatId: chatId ?? this.chatId,
messageId: messageId ?? this.messageId,
);