Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/tl/3_functions.ts>phone_editGroupCallParticipant_

[WIP] 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.128/tl/3_functions.ts";

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]
protected
readonly
[params]: Params
call: enums.InputGroupCall
optional
muted: boolean
participant: enums.InputPeer
optional
presentation_paused: boolean
optional
raise_hand: boolean
optional
video_paused: boolean
optional
video_stopped: boolean
optional
volume: number

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc