Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnregisterDevice

Hierarchy

  • Request<Partial<{ tokenType: int; token: string; otherUids: long[] }>, Bool>
    • UnregisterDevice

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ tokenType: number; token: string; otherUids: BigInteger[] }>>
__response: boolean
CONSTRUCTOR_ID: 1779249670
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "account.UnregisterDevice"
tokenType: number
token: string
otherUids: BigInteger[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ tokenType: number; token: string; otherUids: BigInteger[] }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new UnregisterDevice(args: Partial<Partial<{ tokenType: number; token: string; otherUids: BigInteger[] }>>): UnregisterDevice

Generated using TypeDoc