ChatInviteLinks constructor

ChatInviteLinks({
  1. required int totalCount,
  2. required List<ChatInviteLink> inviteLinks,
})

Implementation

ChatInviteLinks({required this.totalCount, required this.inviteLinks});