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_exportGroupCallInvite_

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

Get an invite link for a group call or livestream

Constructors

new
phone_exportGroupCallInvite_(params: { can_self_unmute?: true; call: enums.InputGroupCall; })

Properties

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

The group call

optional
can_self_unmute: true

For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand).

Static Properties

__F: (params: { can_self_unmute?: true; call: enums.InputGroupCall; }) => enums.phone.ExportedGroupCallInvite
readonly
[name]: string
readonly
[paramDesc]: ParamDesc