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.8.2/tl/api.d.ts";
const { GroupParticipants } = Api.phone;
Properties
Static Methods
fromReader(reader: Reader): GroupParticipants