Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateGroupCallParticipants_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateGroupCallParticipants_
extends _Update_
import { UpdateGroupCallParticipants_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

The participant list of a certain group call has changed

Constructors

new
UpdateGroupCallParticipants_(params: { call: enums.InputGroupCall; participants: Array<enums.GroupCallParticipant>; version: number; })

Properties

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

Group call

participants: Array<enums.GroupCallParticipant>

New participant list

version: number

Version

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc