Interface GetChatFolderChatCount

Returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly. Request type for Tdjson#getChatFolderChatCount.

interface GetChatFolderChatCount {
    @type: "getChatFolderChatCount";
    folder: ChatFolder;
}

Properties

Properties

@type: "getChatFolderChatCount"
folder: ChatFolder

The new chat folder.