Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ThemeSettings

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { messageColorsAnimated?: boolean; baseTheme: TypeBaseTheme; accentColor: number; outboxAccentColor?: number; messageColors?: number[]; wallpaper?: TypeWallPaper }

Type declaration

  • Optional messageColorsAnimated?: boolean
  • baseTheme: TypeBaseTheme
  • accentColor: number
  • Optional outboxAccentColor?: number
  • Optional messageColors?: number[]
  • Optional wallpaper?: TypeWallPaper
CONSTRUCTOR_ID: 4200117972
SUBCLASS_OF_ID: 2187750712
classType: "constructor"
className: "ThemeSettings"
messageColorsAnimated?: boolean
baseTheme: TypeBaseTheme
accentColor: number
outboxAccentColor?: number
messageColors?: number[]
wallpaper?: TypeWallPaper

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { messageColorsAnimated?: boolean; baseTheme: TypeBaseTheme; accentColor: number; outboxAccentColor?: number; messageColors?: number[]; wallpaper?: TypeWallPaper }

Constructors

  • new ThemeSettings(args: { messageColorsAnimated?: boolean; baseTheme: TypeBaseTheme; accentColor: number; outboxAccentColor?: number; messageColors?: number[]; wallpaper?: TypeWallPaper }): ThemeSettings

Generated using TypeDoc