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>ChannelAdminLogEventActionDefaultBannedRights_

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

The default banned rights were modified

Constructors

new
ChannelAdminLogEventActionDefaultBannedRights_(params: { prev_banned_rights: enums.ChatBannedRights; new_banned_rights: enums.ChatBannedRights; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
new_banned_rights: enums.ChatBannedRights

New global banned rights.

prev_banned_rights: enums.ChatBannedRights

Previous global banned rights

Static Properties

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