Interface GiftBackground

Describes background of a gift.

interface GiftBackground {
    @type: "giftBackground";
    center_color: number;
    edge_color: number;
    text_color: number;
}

Properties

@type: "giftBackground"
center_color: number

Center color in RGB format.

edge_color: number

Edge color in RGB format.

text_color: number

Text color in RGB format.