Interface GetPremiumGiftCodePaymentOptions

Returns available options for Telegram Premium gift code or Telegram Premium giveaway creation. Request type for Tdjson#getPremiumGiftCodePaymentOptions.

interface GetPremiumGiftCodePaymentOptions {
    @type: "getPremiumGiftCodePaymentOptions";
    boosted_chat_id: number;
}

Properties

@type: "getPremiumGiftCodePaymentOptions"
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; 0 if none.