Skip to main content
Module

x/grm/mod.ts>Api.ChatInvite

MTProto API Client for Deno 🦕
Go to Latest
class 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 { Api } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { ChatInvite } = 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