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

x/mtkruto/tl/2_types.ts>ChannelAdminLogEventActionExportedInviteEdit_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ChannelAdminLogEventActionExportedInviteEdit_
import { ChannelAdminLogEventActionExportedInviteEdit_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

A chat invite was edited

Constructors

new
ChannelAdminLogEventActionExportedInviteEdit_(params: { prev_invite: enums.ExportedChatInvite; new_invite: enums.ExportedChatInvite; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
new_invite: enums.ExportedChatInvite

New chat invite information

prev_invite: enums.ExportedChatInvite

Previous chat invite information

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc