Interface ChatBoostLink

Contains an HTTPS link to boost a chat.

interface ChatBoostLink {
    @type: "chatBoostLink";
    is_public?: boolean;
    link: string;
}

Properties

Properties

@type: "chatBoostLink"
is_public?: boolean

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

link: string

The link.