Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BindAuthKeyInner

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { nonce: BigInteger; tempAuthKeyId: BigInteger; permAuthKeyId: BigInteger; tempSessionId: BigInteger; expiresAt: number }

Type declaration

  • nonce: BigInteger
  • tempAuthKeyId: BigInteger
  • permAuthKeyId: BigInteger
  • tempSessionId: BigInteger
  • expiresAt: number
CONSTRUCTOR_ID: 1973679973
SUBCLASS_OF_ID: 789156209
classType: "constructor"
className: "BindAuthKeyInner"
nonce: BigInteger
tempAuthKeyId: BigInteger
permAuthKeyId: BigInteger
tempSessionId: BigInteger
expiresAt: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { nonce: BigInteger; tempAuthKeyId: BigInteger; permAuthKeyId: BigInteger; tempSessionId: BigInteger; expiresAt: number }
  • Returns { nonce: BigInteger; tempAuthKeyId: BigInteger; permAuthKeyId: BigInteger; tempSessionId: BigInteger; expiresAt: number }

    • nonce: BigInteger
    • tempAuthKeyId: BigInteger
    • permAuthKeyId: BigInteger
    • tempSessionId: BigInteger
    • expiresAt: number

Constructors

  • new BindAuthKeyInner(args: { nonce: BigInteger; tempAuthKeyId: BigInteger; permAuthKeyId: BigInteger; tempSessionId: BigInteger; expiresAt: number }): BindAuthKeyInner
  • Parameters

    • args: { nonce: BigInteger; tempAuthKeyId: BigInteger; permAuthKeyId: BigInteger; tempSessionId: BigInteger; expiresAt: number }
      • nonce: BigInteger
      • tempAuthKeyId: BigInteger
      • permAuthKeyId: BigInteger
      • tempSessionId: BigInteger
      • expiresAt: number

    Returns BindAuthKeyInner

Generated using TypeDoc