Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EditGroupCallParticipant

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: Partial<Partial<{ call: InputGroupCall; participant: EntityLike; muted?: boolean; volume?: number; raiseHand?: boolean; videoStopped?: boolean; videoPaused?: boolean; presentationPaused?: boolean }>>
__response: TypeUpdates
CONSTRUCTOR_ID: 2770811583
SUBCLASS_OF_ID: 2331323052
classType: "request"
className: "phone.EditGroupCallParticipant"
participant: EntityLike
muted?: boolean
volume?: number
raiseHand?: boolean
videoStopped?: boolean
videoPaused?: boolean
presentationPaused?: boolean

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): Partial<Partial<{ call: InputGroupCall; participant: EntityLike; muted?: boolean; volume?: number; raiseHand?: boolean; videoStopped?: boolean; videoPaused?: boolean; presentationPaused?: boolean }>>
  • readResult(reader: any): Buffer
  • resolve(client: any, utils: any): Promise<void>

Constructors

  • new EditGroupCallParticipant(args: Partial<Partial<{ call: InputGroupCall; participant: EntityLike; muted?: boolean; volume?: number; raiseHand?: boolean; videoStopped?: boolean; videoPaused?: boolean; presentationPaused?: boolean }>>): EditGroupCallParticipant

Generated using TypeDoc