Interface SetUpgradedGiftColors

Changes color scheme for the current user based on an owned or a hosted upgraded gift; for Telegram Premium users only. Request type for Tdjson#setUpgradedGiftColors.

interface SetUpgradedGiftColors {
    @type: "setUpgradedGiftColors";
    upgraded_gift_colors_id: string;
}

Properties

@type: "setUpgradedGiftColors"
upgraded_gift_colors_id: string

Identifier of the upgradedGiftColors scheme to use.