Skip to main content
Module

x/mtkruto/mod.ts>types.UpdateGroupCallParticipants

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

Constructors

new
UpdateGroupCallParticipants(params: { call: TypeInputGroupCall; participants: Array<TypeGroupCallParticipant>; version: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
participants: Array<TypeGroupCallParticipant>
version: number

Static Properties

readonly
[paramDesc]: ParamDesc