Skip to main content
Module

x/grm/mod.ts>tl.Api.ChatInvite

MTProto API Client for Deno 🦕
Go to Latest
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.4/mod.ts";
const { ChatInvite } = tl.Api;

Properties

optional
about: string
optional
broadcast: boolean
optional
channel: boolean
className: "ChatInvite"
classType: "constructor"
CONSTRUCTOR_ID: 806110401
optional
megagroup: boolean
optional
participants: Api.TypeUser[]
participantsCount: int
optional
public: boolean
optional
requestNeeded: boolean
SUBCLASS_OF_ID: 72750902
title: string