Interface PageBlockChatLink

A link to a chat. Subtype of PageBlock.

interface PageBlockChatLink {
    @type: "pageBlockChatLink";
    accent_color_id: number;
    photo: ChatPhotoInfo;
    title: string;
    username: string;
}

Properties

@type: "pageBlockChatLink"
accent_color_id: number

Identifier of the accent color for chat title and background of chat photo.

Chat photo; may be null.

title: string

Chat title.

username: string

Chat username by which all other information about the chat can be resolved.