DeleteAllRevokedChatInviteLinks.fromMap constructor
Implementation
DeleteAllRevokedChatInviteLinks.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
chat_id = map['chat_id'];
creator_user_id = map['creator_user_id'];
}