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

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

The banned rights of a user were changed

Constructors

new
ChannelAdminLogEventActionParticipantToggleBan_(params: { prev_participant: enums.ChannelParticipant; new_participant: enums.ChannelParticipant; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
new_participant: enums.ChannelParticipant

New banned rights of user

prev_participant: enums.ChannelParticipant

Old banned rights of user

Static Properties

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