Click or drag to resize

ChatEventItemRemoveReaction Method

Removes the specified reaction from this event.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public void RemoveReaction(
	ChatEventReactionItem reaction
)

Parameters

reaction  ChatEventReactionItem
The reaction to remove.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when reaction is .
See Also