Skip to main content
Module

x/mtkruto/mod.ts>functions.PhoneToggleGroupCallRecord

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.PhoneToggleGroupCallRecord
import { functions } from "https://deno.land/x/mtkruto@0.1.107/mod.ts";
const { PhoneToggleGroupCallRecord } = functions;

Constructors

new
PhoneToggleGroupCallRecord(params: { start?: true; video?: true; call: types.TypeInputGroupCall; title?: string; videoPortrait?: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
start: true
optional
title: string
optional
video: true
optional
videoPortrait: boolean

Static Properties

readonly
[paramDesc]: ParamDesc