Interface GetChatBoostLink

Returns an HTTPS link to boost the specified supergroup or channel chat. Request type for Tdjson#getChatBoostLink.

interface GetChatBoostLink {
    @type: "getChatBoostLink";
    chat_id: number;
}

Properties

Properties

@type: "getChatBoostLink"
chat_id: number

Identifier of the chat.