toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'chat_id': chatId,
  'invite_link': inviteLink,
  'only_with_expired_subscription': onlyWithExpiredSubscription,
  'offset_member': offsetMember?.toJson(),
  'limit': limit,
  '@type': constructor,
};