Raw.UpdateGroupCallParticipants

Raw.UpdateGroupCallParticipants

The participant list of a certain group call has changed

updateGroupCallParticipants#f2ebdb4e call:InputGroupCall participants:Vector<GroupCallParticipant> version:int = Update;
export namespace Raw {
  export class UpdateGroupCallParticipants {
    constructor(params: {
      call: Raw.TypeInputGroupCall;
      participants: Array<Raw.TypeGroupCallParticipant>;
      version: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xf2ebdb4e

Property