Interface GetPremiumInfoSticker

Returns the sticker to be used as representation of the Telegram Premium subscription. Request type for Tdjson#getPremiumInfoSticker.

interface GetPremiumInfoSticker {
    @type: "getPremiumInfoSticker";
    month_count: number;
}

Properties

Properties

@type: "getPremiumInfoSticker"
month_count: number

Number of months the Telegram Premium subscription will be active.