Skip to main content
Module

x/mtkruto/mod.ts>tl.types.MessagesExportedChatInvite

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.types.MessagesExportedChatInvite
extends _TypeMessagesExportedChatInvite
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { MessagesExportedChatInvite } = tl.types;

Constructors

new
MessagesExportedChatInvite(params: { invite: TypeExportedChatInvite; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
invite: TypeExportedChatInvite
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc