Interface ChatListFolder

A list of chats added to a chat folder. Subtype of ChatList.

interface ChatListFolder {
    @type: "chatListFolder";
    chat_folder_id: number;
}

Properties

@type: "chatListFolder"
chat_folder_id: number

Chat folder identifier.