Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionParticipantToggleBan

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.ChannelAdminLogEventActionParticipantToggleBan
import { types } from "https://deno.land/x/mtkruto@0.1.116/mod.ts";
const { ChannelAdminLogEventActionParticipantToggleBan } = types;

Constructors

new
ChannelAdminLogEventActionParticipantToggleBan(params: { prevParticipant: TypeChannelParticipant; newParticipant: TypeChannelParticipant; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
newParticipant: TypeChannelParticipant
prevParticipant: TypeChannelParticipant

Static Properties

readonly
[paramDesc]: ParamDesc