DeleteChatFolderInviteLink constructor

DeleteChatFolderInviteLink({
  1. required int chatFolderId,
  2. required String inviteLink,
})

Implementation

DeleteChatFolderInviteLink({
  required this.chatFolderId,
  required this.inviteLink,
});