Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WallPaper

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { id: BigInteger; creator?: boolean; default?: boolean; pattern?: boolean; dark?: boolean; accessHash: BigInteger; slug: string; document: TypeDocument; settings?: WallPaperSettings }

Type declaration

  • id: BigInteger
  • Optional creator?: boolean
  • Optional default?: boolean
  • Optional pattern?: boolean
  • Optional dark?: boolean
  • accessHash: BigInteger
  • slug: string
  • document: TypeDocument
  • Optional settings?: WallPaperSettings
CONSTRUCTOR_ID: 2755118061
SUBCLASS_OF_ID: 2527250827
classType: "constructor"
className: "WallPaper"
id: BigInteger
creator?: boolean
default?: boolean
pattern?: boolean
dark?: boolean
accessHash: BigInteger
slug: string
document: TypeDocument

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { id: BigInteger; creator?: boolean; default?: boolean; pattern?: boolean; dark?: boolean; accessHash: BigInteger; slug: string; document: TypeDocument; settings?: WallPaperSettings }

Constructors

  • new WallPaper(args: { id: BigInteger; creator?: boolean; default?: boolean; pattern?: boolean; dark?: boolean; accessHash: BigInteger; slug: string; document: TypeDocument; settings?: WallPaperSettings }): WallPaper

Generated using TypeDoc