Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdateGroupCallParticipants

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateGroupCallParticipants
extends VirtualClass<{ call: Api.TypeInputGroupCall; participants: Api.TypeGroupCallParticipant[]; version: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateGroupCallParticipants } = tl.Api;

Properties

call: Api.TypeInputGroupCall
className: "UpdateGroupCallParticipants"
classType: "constructor"
CONSTRUCTOR_ID: 4075543374
participants: Api.TypeGroupCallParticipant[]
SUBCLASS_OF_ID: 2676568142
version: int

Static Methods

fromReader(reader: Reader): UpdateGroupCallParticipants