Interface InternalLinkTypeBuyStars

The link is a link to the Telegram Star purchase section of the application. Subtype of InternalLinkType.

interface InternalLinkTypeBuyStars {
    @type: "internalLinkTypeBuyStars";
    purpose: string;
    star_count: number;
}

Properties

@type: "internalLinkTypeBuyStars"
purpose: string

Purpose of Telegram Star purchase. Arbitrary string specified by the server, for example, "subs" if the Telegram Stars are required to extend channel subscriptions.

star_count: number

The number of Telegram Stars that must be owned by the user.