Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutoSaveSettings

Hierarchy

  • VirtualClass<{ photos?: boolean; videos?: boolean; videoMaxSize?: long }>
    • AutoSaveSettings

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { photos?: boolean; videos?: boolean; videoMaxSize?: BigInteger }

Type declaration

  • Optional photos?: boolean
  • Optional videos?: boolean
  • Optional videoMaxSize?: BigInteger
CONSTRUCTOR_ID: 3360175310
SUBCLASS_OF_ID: 3443234534
classType: "constructor"
className: "AutoSaveSettings"
photos?: boolean
videos?: boolean
videoMaxSize?: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { photos?: boolean; videos?: boolean; videoMaxSize?: BigInteger }
  • Returns { photos?: boolean; videos?: boolean; videoMaxSize?: BigInteger }

    • Optional photos?: boolean
    • Optional videos?: boolean
    • Optional videoMaxSize?: BigInteger

Constructors

  • new AutoSaveSettings(args: { photos?: boolean; videos?: boolean; videoMaxSize?: BigInteger }): Api.AutoSaveSettings

Generated using TypeDoc