Raw.phone.ToggleGroupCallRecord

Raw.phone.ToggleGroupCallRecord

Start or stop recording a group call: the recorded audio and video streams will be automatically sent to saved messages (the chat with ourselves).

phone.toggleGroupCallRecord#f128c708 flags:# start:flags.0?true video:flags.2?true call:InputGroupCall title:flags.1?string video_portrait:flags.2?Bool = Updates;
export namespace Raw {
  export namespace phone {
    export class ToggleGroupCallRecord {
      constructor(params: {
        start?: boolean;
        video?: boolean;
        call: Raw.TypeInputGroupCall;
        title?: string;
        videoPortrait?: boolean;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xf128c708

Property

Results

Raw.TypeUpdates