Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreateGroupCall

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ rtmpStream?: boolean; peer: EntityLike; randomId: number; title?: string; scheduleDate?: number }>>
__response: TypeUpdates
CONSTRUCTOR_ID: 1221445336
SUBCLASS_OF_ID: 2331323052
classType: "request"
className: "phone.CreateGroupCall"
rtmpStream?: boolean
randomId: number
title?: string
scheduleDate?: number

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ rtmpStream?: boolean; peer: EntityLike; randomId: number; title?: string; scheduleDate?: number }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new CreateGroupCall(args: Partial<Partial<{ rtmpStream?: boolean; peer: EntityLike; randomId: number; title?: string; scheduleDate?: number }>>): CreateGroupCall

Generated using TypeDoc