Interface GetChatBoostLinkInfo

Returns information about a link to boost a chat. Can be called for any internal link of the type internalLinkTypeChatBoost. Request type for Tdjson#getChatBoostLinkInfo.

interface GetChatBoostLinkInfo {
    @type: "getChatBoostLinkInfo";
    url: string;
}

Properties

Properties

@type: "getChatBoostLinkInfo"
url: string

The link to boost a chat.