AddChatFolderByInviteLink constructor

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

Implementation

AddChatFolderByInviteLink({required this.inviteLink, required this.chatIds});