Raw.phone.JoinGroupCall

Raw.phone.JoinGroupCall

Join a group call

phone.joinGroupCall#d61e1df3 flags:# muted:flags.0?true video_stopped:flags.2?true call:InputGroupCall join_as:InputPeer invite_hash:flags.1?string key_fingerprint:flags.3?long params:DataJSON = Updates;
export namespace Raw {
  export namespace phone {
    export class JoinGroupCall {
      constructor(params: {
        muted?: boolean;
        videoStopped?: boolean;
        call: Raw.TypeInputGroupCall;
        joinAs: Raw.TypeInputPeer;
        inviteHash?: string;
        keyFingerprint?: bigint;
        params: Raw.TypeDataJSON;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 198
Constructor ID: 0xd61e1df3

Property

Results

Raw.TypeUpdates