Interface ReorderChatFolders

Changes the order of chat folders. Request type for Tdjson#reorderChatFolders.

interface ReorderChatFolders {
    @type: "reorderChatFolders";
    chat_folder_ids: number[];
    main_chat_list_position: number;
}

Properties

@type: "reorderChatFolders"
chat_folder_ids: number[]

Identifiers of chat folders in the new correct order.

main_chat_list_position: number

Position of the main chat list among chat folders, 0-based. Can be non-zero only for Premium users.