teleproto - v1.229.0
    Preparing search index...

    Interface WallPaperSettingsIn

    interface WallPaperSettingsIn {
        _?: "wallPaperSettings";
        backgroundColor?: number;
        blur?: boolean;
        emoticon?: string;
        fourthBackgroundColor?: number;
        intensity?: number;
        motion?: boolean;
        rotation?: number;
        secondBackgroundColor?: number;
        thirdBackgroundColor?: number;
    }
    Index
    _?: "wallPaperSettings"
    backgroundColor?: number
    blur?: boolean
    emoticon?: string
    fourthBackgroundColor?: number
    intensity?: number
    motion?: boolean
    rotation?: number
    secondBackgroundColor?: number
    thirdBackgroundColor?: number