Class WolfGroupStatistics.MessageStat
Message quantified statistic.
Implements
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class MessageStat : WolfGroupStatistics.IMemberStat
Constructors
| Improve this Doc View SourceMessageStat()
Creates a new object of this type.
Declaration
[JsonConstructor]
protected MessageStat()
Properties
| Improve this Doc View SourcePercentage
Percentage of all messages.
Declaration
[JsonProperty("percentage")]
public double Percentage { get; }
Property Value
Type | Description |
---|---|
Double |
UserID
Member's user ID.
Declaration
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
UserNickname
Member's name.
Declaration
public string UserNickname { get; }
Property Value
Type | Description |
---|---|
String |