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

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

Constructors

new
PhoneEditGroupCallParticipant(params: { call: types.TypeInputGroupCall; participant: types.TypeInputPeer; muted?: boolean; volume?: number; raiseHand?: boolean; videoStopped?: boolean; videoPaused?: boolean; presentationPaused?: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
call: types.TypeInputGroupCall
optional
muted: boolean
participant: types.TypeInputPeer
optional
presentationPaused: boolean
optional
raiseHand: boolean
optional
videoPaused: boolean
optional
videoStopped: boolean
optional
volume: number

Static Properties

readonly
[paramDesc]: ParamDesc