AddChatFolderByInviteLink constructor

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

Adds a chat folder by an invite link

Implementation

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