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_joinGroupCall_

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

Join a group call

Constructors

new
phone_joinGroupCall_(params: { muted?: true; video_stopped?: true; call: enums.InputGroupCall; join_as: enums.InputPeer; invite_hash?: string; params: enums.DataJSON; })

Properties

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

The group call

optional
invite_hash: string

The invitation hash from the invite link », if provided allows speaking in a livestream or muted group chat.

join_as: enums.InputPeer

Join the group call, presenting yourself as the specified user/channel

optional
muted: true

If set, the user will be muted by default upon joining.

params: enums.DataJSON

WebRTC parameters

optional
video_stopped: true

If set, the user's video will be disabled by default upon joining.

Static Properties

__F: (params: { muted?: true; video_stopped?: true; call: enums.InputGroupCall; join_as: enums.InputPeer; invite_hash?: string; params: enums.DataJSON; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc