class types.ChannelAdminLogEventActionParticipantToggleAdmin
extends _TypeChannelAdminLogEventAction
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { ChannelAdminLogEventActionParticipantToggleAdmin } = types;
Constructors
new
ChannelAdminLogEventActionParticipantToggleAdmin(params: { prevParticipant: TypeChannelParticipant; newParticipant: TypeChannelParticipant; })Properties
protected
readonly
[params]: ParamsnewParticipant: TypeChannelParticipant
prevParticipant: TypeChannelParticipant
Static Properties
readonly
[paramDesc]: ParamDesc