Skip to main content
Module

x/grm/mod.ts>tl.Api.messages.ExportedChatInvite

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.messages.ExportedChatInvite
extends VirtualClass<{ invite: Api.TypeExportedChatInvite; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { ExportedChatInvite } = tl.Api.messages;

Properties

className: "messages.ExportedChatInvite"
classType: "constructor"
CONSTRUCTOR_ID: 410107472
invite: Api.TypeExportedChatInvite
SUBCLASS_OF_ID: 2195510474
users: Api.TypeUser[]

Static Methods

fromReader(reader: Reader): ExportedChatInvite