Interface ChatFolderInfo

Contains basic information about a chat folder.

interface ChatFolderInfo {
    @type: "chatFolderInfo";
    color_id: number;
    has_my_invite_links?: boolean;
    icon: ChatFolderIcon;
    id: number;
    is_shareable?: boolean;
    name: ChatFolderName;
}

Properties

@type: "chatFolderInfo"
color_id: number

The identifier of the chosen color for the chat folder icon; from -1 to 6. If -1, then color is disabled.

has_my_invite_links?: boolean

True, if the chat folder has invite links created by the current user.

The chosen or default icon for the chat folder.

id: number

Unique chat folder identifier.

is_shareable?: boolean

True, if at least one link has been created for the folder.

The name of the folder.