Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PhoneCallAccepted

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; gB: Buffer; protocol: PhoneCallProtocol }

Type declaration

  • Optional video?: boolean
  • id: BigInteger
  • accessHash: BigInteger
  • date: number
  • adminId: BigInteger
  • participantId: BigInteger
  • gB: Buffer
  • protocol: PhoneCallProtocol
CONSTRUCTOR_ID: 912311057
SUBCLASS_OF_ID: 3296664529
classType: "constructor"
className: "PhoneCallAccepted"
video?: boolean
id: BigInteger
accessHash: BigInteger
date: number
adminId: BigInteger
participantId: BigInteger
gB: Buffer

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; gB: Buffer; protocol: PhoneCallProtocol }
  • Returns { video?: boolean; id: BigInteger; accessHash: BigInteger; date: number; adminId: BigInteger; participantId: BigInteger; gB: Buffer; protocol: PhoneCallProtocol }

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

Constructors

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

Generated using TypeDoc