ultra-telegram-framework
    Preparing search index...

    Interface GiftBackground

    This object describes the background of a gift.

    interface GiftBackground {
        center_color: number;
        edge_color: number;
        text_color: number;
    }
    Index

    Properties

    center_color: number

    Center color of the background in RGB format

    edge_color: number

    Edge color of the background in RGB format

    text_color: number

    Text color of the background in RGB format