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>PhoneJoinGroupCall

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PhoneJoinGroupCall
extends Function<types.TypeUpdates>
import { PhoneJoinGroupCall } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

Constructors

new
PhoneJoinGroupCall(params: { muted?: true; videoStopped?: true; call: types.TypeInputGroupCall; joinAs: types.TypeInputPeer; inviteHash?: string; params: types.TypeDataJSON; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
call: types.TypeInputGroupCall
optional
inviteHash: string
joinAs: types.TypeInputPeer
optional
muted: true
params: types.TypeDataJSON
optional
videoStopped: true

Static Properties

readonly
[paramDesc]: ParamDesc