Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>phone_toggleGroupCallRecord_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class phone_toggleGroupCallRecord_
extends Function_<enums.Updates>
import { phone_toggleGroupCallRecord_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

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

Constructors

new
phone_toggleGroupCallRecord_(params: { start?: true; video?: true; call: enums.InputGroupCall; title?: string; video_portrait?: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
call: enums.InputGroupCall

The group call or livestream

optional
start: true

Whether to start or stop recording

optional
title: string

Recording title

optional
video: true

Whether to also record video streams

optional
video_portrait: boolean

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

Static Properties

__F: (params: { start?: true; video?: true; call: enums.InputGroupCall; title?: string; video_portrait?: boolean; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc