Raw.phone.ToggleGroupCallSettings

Raw.phone.ToggleGroupCallSettings

Change group call settings

phone.toggleGroupCallSettings#74bbb43d flags:# reset_invite_hash:flags.1?true call:InputGroupCall join_muted:flags.0?Bool = Updates;
export namespace Raw {
  export namespace phone {
    export class ToggleGroupCallSettings {
      constructor(params: {
        resetInviteHash?: boolean;
        call: Raw.TypeInputGroupCall;
        joinMuted?: boolean;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x74bbb43d

Property

Results

Raw.TypeUpdates