Interface GetPremiumGiveawayPaymentOptions

Returns available options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members. Request type for Tdjson#getPremiumGiveawayPaymentOptions.

interface GetPremiumGiveawayPaymentOptions {
    @type: "getPremiumGiveawayPaymentOptions";
    boosted_chat_id: number;
}

Properties

@type: "getPremiumGiveawayPaymentOptions"
boosted_chat_id: number

Identifier of the supergroup or channel chat, which will be automatically boosted by receivers of the gift codes and which is administered by the user.