SetChatLocation constructor
SetChatLocation({
- required int chatId,
- ChatLocation? location,
Implementation
SetChatLocation({required this.chatId, this.location});
SetChatLocation({required this.chatId, this.location});