Skip to main content
Module

x/mtkruto/mod.ts>functions.PhoneJoinGroupCall

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

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
optional
inviteHash: string
optional
muted: true
optional
videoStopped: true

Static Properties

readonly
[paramDesc]: ParamDesc