Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>messages_deleteExportedChatInvite_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_deleteExportedChatInvite_
extends Function_<boolean>
import { messages_deleteExportedChatInvite_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Delete a chat invite

Constructors

new
messages_deleteExportedChatInvite_(params: { peer: enums.InputPeer; link: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
peer: enums.InputPeer

Peer

Static Properties

__F: (params: { peer: enums.InputPeer; link: string; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc