ChatFolderInviteLink constructor

ChatFolderInviteLink({
  1. required String inviteLink,
  2. required String name,
  3. required List<int> chatIds,
})

Implementation

ChatFolderInviteLink({
  required this.inviteLink,
  required this.name,
  required this.chatIds,
});