ChatInviteLinkCounts constructor

ChatInviteLinkCounts({
  1. required List<ChatInviteLinkCount> inviteLinkCounts,
})

Implementation

ChatInviteLinkCounts({required this.inviteLinkCounts});