class tl.Api.ChatInviteExported
extends VirtualClass<{ revoked?: boolean; permanent?: boolean; requestNeeded?: boolean; link: string; adminId: long; date: int; startDate?: int; expireDate?: int; usageLimit?: int; usage?: int; requested?: int; title?: string; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { ChatInviteExported } = tl.Api;
Static Methods
fromReader(reader: Reader): ChatInviteExported