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_editGroupCallParticipant_

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

Edit information about a given group call participant

Constructors

new
phone_editGroupCallParticipant_(params: { call: enums.InputGroupCall; participant: enums.InputPeer; muted?: boolean; volume?: number; raise_hand?: boolean; video_stopped?: boolean; video_paused?: boolean; presentation_paused?: boolean; })

Properties

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

The group call

optional
muted: boolean

Whether to mute or unmute the specified participant

participant: enums.InputPeer

The group call participant (can also be the user itself)

optional
presentation_paused: boolean

Pause or resume the screen sharing stream

optional
raise_hand: boolean

Raise or lower hand

optional
video_paused: boolean

Pause or resume the video stream

optional
video_stopped: boolean

Start or stop the video stream

optional
volume: number

New volume

Static Properties

__F: (params: { call: enums.InputGroupCall; participant: enums.InputPeer; muted?: boolean; volume?: number; raise_hand?: boolean; video_stopped?: boolean; video_paused?: boolean; presentation_paused?: boolean; }) => enums.Updates
readonly
[name]: string
readonly
[paramDesc]: ParamDesc