Interface CreateChatFolder

Creates new chat folder. Returns information about the created chat folder. There can be up to getOption("chat_folder_count_max") chat folders, but the limit can be increased with Telegram Premium. Request type for Tdjson#createChatFolder.

interface CreateChatFolder {
    @type: "createChatFolder";
    folder: ChatFolder;
}

Properties

Properties

@type: "createChatFolder"
folder: ChatFolder

The new chat folder.