class tl.Api.ChatParticipants
extends VirtualClass<{ chatId: long; participants: Api.TypeChatParticipant[]; version: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { ChatParticipants } = tl.Api;
Static Methods
fromReader(reader: Reader): ChatParticipants