Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PhoneCallWaiting

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { video?: boolean; id: BigInteger; accessHash: BigInteger; date: number; adminId: BigInteger; participantId: BigInteger; protocol: PhoneCallProtocol; receiveDate?: number }

Type declaration

  • Optional video?: boolean
  • id: BigInteger
  • accessHash: BigInteger
  • date: number
  • adminId: BigInteger
  • participantId: BigInteger
  • protocol: PhoneCallProtocol
  • Optional receiveDate?: number
CONSTRUCTOR_ID: 3307368215
SUBCLASS_OF_ID: 3296664529
classType: "constructor"
className: "PhoneCallWaiting"
video?: boolean
id: BigInteger
accessHash: BigInteger
date: number
adminId: BigInteger
participantId: BigInteger
receiveDate?: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { video?: boolean; id: BigInteger; accessHash: BigInteger; date: number; adminId: BigInteger; participantId: BigInteger; protocol: PhoneCallProtocol; receiveDate?: number }
  • Returns { video?: boolean; id: BigInteger; accessHash: BigInteger; date: number; adminId: BigInteger; participantId: BigInteger; protocol: PhoneCallProtocol; receiveDate?: number }

    • Optional video?: boolean
    • id: BigInteger
    • accessHash: BigInteger
    • date: number
    • adminId: BigInteger
    • participantId: BigInteger
    • protocol: PhoneCallProtocol
    • Optional receiveDate?: number

Constructors

  • new PhoneCallWaiting(args: { video?: boolean; id: BigInteger; accessHash: BigInteger; date: number; adminId: BigInteger; participantId: BigInteger; protocol: PhoneCallProtocol; receiveDate?: number }): PhoneCallWaiting

Generated using TypeDoc