Interface UpdateChatFolders

The list of chat folders or a chat folder has changed. Subtype of Update.

interface UpdateChatFolders {
    @type: "updateChatFolders";
    are_tags_enabled?: boolean;
    chat_folders: ChatFolderInfo[];
    main_chat_list_position: number;
}

Properties

@type: "updateChatFolders"
are_tags_enabled?: boolean

True, if folder tags are enabled.

chat_folders: ChatFolderInfo[]

The new list of chat folders.

main_chat_list_position: number

Position of the main chat list among chat folders, 0-based.