Interface UpgradedGiftBackdropColors

Describes colors of a backdrop of an upgraded gift.

interface UpgradedGiftBackdropColors {
    @type: "upgradedGiftBackdropColors";
    center_color: number;
    edge_color: number;
    symbol_color: number;
    text_color: number;
}

Properties

@type: "upgradedGiftBackdropColors"
center_color: number

A color in the center of the backdrop in the RGB format.

edge_color: number

A color on the edges of the backdrop in the RGB format.

symbol_color: number

A color to be applied for the symbol in the RGB format.

text_color: number

A color for the text on the backdrop in the RGB format.