Interface ApplyPremiumGiftCode

Applies a Telegram Premium gift code. Request type for Tdjson#applyPremiumGiftCode.

interface ApplyPremiumGiftCode {
    @type: "applyPremiumGiftCode";
    code: string;
}

Properties

Properties

@type: "applyPremiumGiftCode"
code: string

The code to apply.