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_joinGroupCallPresentation_

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

Start screen sharing in a call

Constructors

new
phone_joinGroupCallPresentation_(params: { call: enums.InputGroupCall; params: enums.DataJSON; })

Properties

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

The group call

params: enums.DataJSON

WebRTC parameters

Static Properties

__F: (params: { call: enums.InputGroupCall; params: enums.DataJSON; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc