Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BindTempAuthKey

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ permAuthKeyId: BigInteger; nonce: BigInteger; expiresAt: number; encryptedMessage: Buffer }>>
__response: boolean
CONSTRUCTOR_ID: 3453233669
SUBCLASS_OF_ID: 4122188204
classType: "request"
className: "auth.BindTempAuthKey"
permAuthKeyId: BigInteger
nonce: BigInteger
expiresAt: number
encryptedMessage: Buffer

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ permAuthKeyId: BigInteger; nonce: BigInteger; expiresAt: number; encryptedMessage: Buffer }>>
  • Returns Partial<Partial<{ permAuthKeyId: BigInteger; nonce: BigInteger; expiresAt: number; encryptedMessage: Buffer }>>

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

Constructors

  • new BindTempAuthKey(args: Partial<Partial<{ permAuthKeyId: BigInteger; nonce: BigInteger; expiresAt: number; encryptedMessage: Buffer }>>): BindTempAuthKey

Generated using TypeDoc