class UpdateGroupCallParticipants
extends _TypeUpdate
import { UpdateGroupCallParticipants } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";
Constructors
new
UpdateGroupCallParticipants(params: { call: TypeInputGroupCall; participants: Array<TypeGroupCallParticipant>; version: number; })Properties
protected
readonly
[params]: Paramscall: TypeInputGroupCall
participants: Array<TypeGroupCallParticipant>
Static Properties
readonly
[paramDesc]: ParamDesc