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_deleteRevokedExportedChatInvites_

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

Delete all revoked chat invites

Constructors

new
messages_deleteRevokedExportedChatInvites_(params: { peer: enums.InputPeer; admin_id: enums.InputUser; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
admin_id: enums.InputUser

ID of the admin that originally generated the revoked chat invites

peer: enums.InputPeer

Chat

Static Properties

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