GetChatFolderChatsToLeave constructor

const GetChatFolderChatsToLeave({
  1. 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,
});