ultra-telegram-framework
    Preparing search index...

    Interface BackgroundFillSolid

    The background is filled using the selected color.

    interface BackgroundFillSolid {
        color: number;
        type: string;
    }
    Index

    Properties

    Properties

    color: number

    The color of the background fill in the RGB24 format

    type: string

    Type of the background fill, always "solid"