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_getGroupCallJoinAs_

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

Get a list of peers that can be used to join a group call, presenting yourself as a specific user/channel.

Constructors

new
phone_getGroupCallJoinAs_(params: { peer: enums.InputPeer; })

Properties

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

The dialog whose group call or livestream we're trying to join

Static Properties

__F: (params: { peer: enums.InputPeer; }) => enums.phone.JoinAsPeers
readonly
[name]: string
readonly
[paramDesc]: ParamDesc