ChatEventItemCreateReaction Method |  |
Creates and adds a new reaction to this event.
Namespace: Compiled.EDD.ScriptingAssembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntaxpublic 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| Exception | Condition |
|---|
| ArgumentException | Thrown when a reaction with the provided value already exists. |
See Also