class tl.Api.UpdateGroupCallParticipants
extends VirtualClass<{ call: Api.TypeInputGroupCall; participants: Api.TypeGroupCallParticipant[]; version: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { UpdateGroupCallParticipants } = tl.Api;
Properties
call: Api.TypeInputGroupCall
participants: Api.TypeGroupCallParticipant[]
Static Methods
fromReader(reader: Reader): UpdateGroupCallParticipants