Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesEditExportedChatInvite

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesEditExportedChatInvite
extends Function<types.TypeMessagesExportedChatInvite>
import { functions } from "https://deno.land/x/mtkruto@0.0.998/mod.ts";
const { MessagesEditExportedChatInvite } = functions;

Constructors

new
MessagesEditExportedChatInvite(params: { revoked?: true; peer: types.TypeInputPeer; link: string; expireDate?: number; usageLimit?: number; requestNeeded?: boolean; title?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
expireDate: number
peer: types.TypeInputPeer
optional
requestNeeded: boolean
optional
revoked: true
optional
title: string
optional
usageLimit: number

Static Properties

readonly
[paramDesc]: ParamDesc