ultra-telegram-framework
    Preparing search index...

    Interface BackgroundFillFreeformGradient

    The background is a freeform gradient that rotates after every message in the chat.

    interface BackgroundFillFreeformGradient {
        colors: number[];
        type: string;
    }
    Index

    Properties

    Properties

    colors: number[]

    A list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format

    type: string

    Type of the background fill, always "freeform_gradient"