GetChatsForChatFolderInviteLink constructor

const GetChatsForChatFolderInviteLink({
  1. required int chatFolderId,
})

Returns identifiers of chats from a chat folder, suitable for adding to a chat folder invite link

Implementation

const GetChatsForChatFolderInviteLink({
  required this.chatFolderId,
});