toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'supergroup_id': supergroupId,
'join_by_request': joinByRequest,
'guard_bot_user_id': guardBotUserId,
'apply_to_invite_links': applyToInviteLinks,
'@type': constructor,
};