SetChatLocation constructor

SetChatLocation({
  1. required int chatId,
  2. ChatLocation? location,
})

Implementation

SetChatLocation({required this.chatId, this.location});