Creates the ChatMember instance from the JSON map
factory ChatMember.fromJson(Map<String, dynamic> json) => _$ChatMemberFromJson(json);