TargetChatChosen.fromMap constructor

TargetChatChosen.fromMap(
  1. Map<String, dynamic> map
)

Implementation

TargetChatChosen.fromMap(Map<String, dynamic> map) {
  extra = map['@extra'];
  client_id = map['@client_id'];
  allow_user_chats = map['allow_user_chats'];
  allow_bot_chats = map['allow_bot_chats'];
  allow_group_chats = map['allow_group_chats'];
  allow_channel_chats = map['allow_channel_chats'];
}