class 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 { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { ChatInviteExported } = Api;
Static Methods
fromReader(reader: Reader): ChatInviteExported