teleproto - v1.229.0
    Preparing search index...

    Class WallPaperSettings

    Hierarchy (View Summary)

    • VirtualClass<
          {
              backgroundColor?: int;
              blur?: boolean;
              emoticon?: string;
              fourthBackgroundColor?: int;
              intensity?: int;
              motion?: boolean;
              rotation?: int;
              secondBackgroundColor?: int;
              thirdBackgroundColor?: int;
          },
      >
      • WallPaperSettings
    Index
    • Parameters

      • args: {
            backgroundColor?: number;
            blur?: boolean;
            emoticon?: string;
            fourthBackgroundColor?: number;
            intensity?: number;
            motion?: boolean;
            rotation?: number;
            secondBackgroundColor?: number;
            thirdBackgroundColor?: number;
        }

      Returns WallPaperSettings

    • Returns {
          backgroundColor?: number;
          blur?: boolean;
          emoticon?: string;
          fourthBackgroundColor?: number;
          intensity?: number;
          motion?: boolean;
          rotation?: number;
          secondBackgroundColor?: number;
          thirdBackgroundColor?: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    backgroundColor?: number
    blur?: boolean
    className: "WallPaperSettings"
    classType: "constructor"
    CONSTRUCTOR_ID: 925826256
    emoticon?: string
    fourthBackgroundColor?: number
    intensity?: number
    motion?: boolean
    originalArgs: {
        backgroundColor?: number;
        blur?: boolean;
        emoticon?: string;
        fourthBackgroundColor?: number;
        intensity?: number;
        motion?: boolean;
        rotation?: number;
        secondBackgroundColor?: number;
        thirdBackgroundColor?: number;
    }
    rotation?: number
    secondBackgroundColor?: number
    SUBCLASS_OF_ID: 1098244882
    thirdBackgroundColor?: number