Interface ChatBoostLinkInfo

Contains information about a link to boost a chat.

interface ChatBoostLinkInfo {
    @type: "chatBoostLinkInfo";
    chat_id: number;
    is_public?: boolean;
}

Properties

@type: "chatBoostLinkInfo"
chat_id: number

Identifier of the chat to which the link points; 0 if the chat isn't found.

is_public?: boolean

True, if the link will work for non-members of the chat.