class types.ChannelAdminLogEventActionChangeAvailableReactions
extends TypeChannelAdminLogEventAction
import { types } from "https://deno.land/x/mtkruto@0.0.820/mod.ts";
const { ChannelAdminLogEventActionChangeAvailableReactions } = types;
Constructors
new
ChannelAdminLogEventActionChangeAvailableReactions(params: { prevValue: TypeChatReactions; newValue: TypeChatReactions; })Properties
newValue: TypeChatReactions
prevValue: TypeChatReactions