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_createGroupCall_

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

Create a group call or livestream

Constructors

new
phone_createGroupCall_(params: { rtmp_stream?: true; peer: enums.InputPeer; random_id: number; title?: string; schedule_date?: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

Associate the group call or livestream to the provided group/supergroup/channel

random_id: number

Unique client message ID required to prevent creation of duplicate group calls

optional
rtmp_stream: true

Whether RTMP stream support should be enabled: only the group/supergroup/channel owner can use this flag.

optional
schedule_date: number

For scheduled group call or livestreams, the absolute date when the group call will start

optional
title: string

Call title

Static Properties

__F: (params: { rtmp_stream?: true; peer: enums.InputPeer; random_id: number; title?: string; schedule_date?: number; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc