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