teleproto - v1.229.0
    Preparing search index...

    Interface PhoneToggleGroupCallRecordParams

    interface PhoneToggleGroupCallRecordParams {
        call: TypeInputGroupCallIn;
        start?: boolean;
        title?: string;
        video?: boolean;
        videoPortrait?: boolean;
    }
    Index

    The group call or livestream

    start?: boolean

    Whether to start or stop recording

    title?: string

    Recording title

    video?: boolean

    Whether to also record video streams

    videoPortrait?: boolean

    If video stream recording is enabled, whether to record in portrait or landscape mode