class Api.phone.GroupParticipants
extends VirtualClass<{ count: int; participants: Api.TypeGroupCallParticipant[]; nextOffset: string; chats: Api.TypeChat[]; users: Api.TypeUser[]; version: int; }>
import { Api } from "https://deno.land/x/grm@0.5.1/src/tl/mod.ts";
const { GroupParticipants } = Api.phone;
Static Methods
fromReader(reader: Reader): GroupParticipants