teleproto - v1.229.0
    Preparing search index...

    Interface ThemeSettingsIn

    interface ThemeSettingsIn {
        _?: "themeSettings";
        accentColor: number;
        baseTheme: TypeBaseThemeIn;
        messageColors?: number[];
        messageColorsAnimated?: boolean;
        outboxAccentColor?: number;
        wallpaper?: TypeWallPaperIn;
    }
    Index
    _?: "themeSettings"
    accentColor: number
    baseTheme: TypeBaseThemeIn
    messageColors?: number[]
    messageColorsAnimated?: boolean
    outboxAccentColor?: number
    wallpaper?: TypeWallPaperIn