class tl.Api.messages.ExportedChatInvite
extends VirtualClass<{ invite: Api.TypeExportedChatInvite; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { ExportedChatInvite } = tl.Api.messages;
Static Methods
fromReader(reader: Reader): ExportedChatInvite