Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Request<Partial<{ noMuted?: boolean; tokenType: int; token: string; appSandbox: Bool; secret: bytes; otherUids: long[] }>, Bool>
    • RegisterDevice

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ noMuted?: boolean; tokenType: number; token: string; appSandbox: boolean; secret: Buffer; otherUids: BigInteger[] }>>
__response: boolean
CONSTRUCTOR_ID: 3968205178
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "account.RegisterDevice"
noMuted?: boolean
tokenType: number
token: string
appSandbox: boolean
secret: Buffer
otherUids: BigInteger[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ noMuted?: boolean; tokenType: number; token: string; appSandbox: boolean; secret: Buffer; otherUids: BigInteger[] }>>
  • Returns Partial<Partial<{ noMuted?: boolean; tokenType: number; token: string; appSandbox: boolean; secret: Buffer; otherUids: BigInteger[] }>>

  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new RegisterDevice(args: Partial<Partial<{ noMuted?: boolean; tokenType: number; token: string; appSandbox: boolean; secret: Buffer; otherUids: BigInteger[] }>>): RegisterDevice

Generated using TypeDoc