Interface GiftUpgradePrice

Describes a price required to pay to upgrade a gift.

interface GiftUpgradePrice {
    @type: "giftUpgradePrice";
    date: number;
    star_count: number;
}

Properties

Properties

@type: "giftUpgradePrice"
date: number

Point in time (Unix timestamp) when the price will be in effect.

star_count: number

The amount of Telegram Stars required to pay to upgrade the gift.