Click or drag to resize

ChatEventReactionItemCount Property

Gets or sets the number of participants who reacted with this reaction.

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public int Count { get; set; }

Property Value

Int32
Remarks
This is separate from Participants because there can be more reactions than the number of known participants who reacted with this reaction.
See Also