Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesExportChatInvite

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesExportChatInvite
import { functions } from "https://deno.land/x/mtkruto@0.0.996/mod.ts";
const { MessagesExportChatInvite } = functions;

Constructors

new
MessagesExportChatInvite(params: { legacyRevokePermanent?: true; requestNeeded?: true; peer: types.TypeInputPeer; expireDate?: number; usageLimit?: number; title?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
expireDate: number
optional
legacyRevokePermanent: true
optional
requestNeeded: true
optional
title: string
optional
usageLimit: number

Static Properties

readonly
[paramDesc]: ParamDesc