ultra-telegram-framework
    Preparing search index...

    Interface BackgroundTypeFill

    The background is automatically filled based on the selected colors.

    interface BackgroundTypeFill {
        dark_theme_dimming: number;
        fill: BackgroundFill;
        type: string;
    }
    Index

    Properties

    dark_theme_dimming: number

    Dimming of the background in dark themes, as a percentage; 0-100

    The background fill

    type: string

    Type of the background, always "fill"