Skip to main content
Module

x/mtkruto/mod.ts>types.ChannelAdminLogEventActionParticipantToggleAdmin

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc