GetChatFolderChatsToLeave constructor
const
GetChatFolderChatsToLeave({
- required int chatFolderId,
Returns identifiers of pinned or always included chats from a chat folder, which are suggested to be left when the chat folder is deleted
Implementation
const GetChatFolderChatsToLeave({
required this.chatFolderId,
});