class tl.Api.ChatInvite
extends VirtualClass<{ channel?: boolean; broadcast?: boolean; public?: boolean; megagroup?: boolean; requestNeeded?: boolean; title: string; about?: string; photo: Api.TypePhoto; participantsCount: int; participants?: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { ChatInvite } = tl.Api;
Properties
optional
participants: Api.TypeUser[]photo: Api.TypePhoto
Static Methods
fromReader(reader: Reader): ChatInvite