Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutoSaveSettings

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { usersSettings: Api.AutoSaveSettings; chatsSettings: Api.AutoSaveSettings; broadcastsSettings: Api.AutoSaveSettings; exceptions: AutoSaveException[]; chats: TypeChat[]; users: TypeUser[] }

Type declaration

CONSTRUCTOR_ID: 1279133341
SUBCLASS_OF_ID: 1221537538
classType: "constructor"
className: "account.AutoSaveSettings"
usersSettings: Api.AutoSaveSettings
chatsSettings: Api.AutoSaveSettings
broadcastsSettings: Api.AutoSaveSettings
exceptions: AutoSaveException[]
chats: TypeChat[]
users: TypeUser[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer

Constructors

Generated using TypeDoc