ChatInviteLinks constructor
ChatInviteLinks({
- required int totalCount,
- required List<
ChatInviteLink> inviteLinks,
Implementation
ChatInviteLinks({required this.totalCount, required this.inviteLinks});