Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WallPaperSettings

Hierarchy

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

Index

Properties

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

Type declaration

  • Optional blur?: boolean
  • Optional motion?: boolean
  • Optional backgroundColor?: number
  • Optional secondBackgroundColor?: number
  • Optional thirdBackgroundColor?: number
  • Optional fourthBackgroundColor?: number
  • Optional intensity?: number
  • Optional rotation?: number
  • Optional emoticon?: string
CONSTRUCTOR_ID: 925826256
SUBCLASS_OF_ID: 1098244882
classType: "constructor"
className: "WallPaperSettings"
blur?: boolean
motion?: boolean
backgroundColor?: number
secondBackgroundColor?: number
thirdBackgroundColor?: number
fourthBackgroundColor?: number
intensity?: number
rotation?: number
emoticon?: string

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { blur?: boolean; motion?: boolean; backgroundColor?: number; secondBackgroundColor?: number; thirdBackgroundColor?: number; fourthBackgroundColor?: number; intensity?: number; rotation?: number; emoticon?: string }
  • Returns { blur?: boolean; motion?: boolean; backgroundColor?: number; secondBackgroundColor?: number; thirdBackgroundColor?: number; fourthBackgroundColor?: number; intensity?: number; rotation?: number; emoticon?: string }

    • Optional blur?: boolean
    • Optional motion?: boolean
    • Optional backgroundColor?: number
    • Optional secondBackgroundColor?: number
    • Optional thirdBackgroundColor?: number
    • Optional fourthBackgroundColor?: number
    • Optional intensity?: number
    • Optional rotation?: number
    • Optional emoticon?: string

Constructors

  • new WallPaperSettings(args: { blur?: boolean; motion?: boolean; backgroundColor?: number; secondBackgroundColor?: number; thirdBackgroundColor?: number; fourthBackgroundColor?: number; intensity?: number; rotation?: number; emoticon?: string }): WallPaperSettings
  • Parameters

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

    Returns WallPaperSettings

Generated using TypeDoc