Skip to main content
Module

x/mtkruto/mod.ts>functions.PhoneEditGroupCallParticipant

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

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