Click or drag to resize

ChatEventItemCreateReaction Method

Creates and adds a new reaction to this event.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public ChatEventReactionItem CreateReaction(
	string value
)

Parameters

value  String
The value of this reaction. For most cases, this will be one or more Unicode emojis.

Return Value

ChatEventReactionItem
The created reaction.
Exceptions
ExceptionCondition
ArgumentException Thrown when a reaction with the provided value already exists.
See Also