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