Class WolfGroupStatistics.MemberStats
Group member's statistics.
Implements
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class MemberStats : WolfGroupStatistics.IMemberStat
Constructors
| Improve this Doc View SourceMemberStats()
Creates a new object of this type.
Declaration
[JsonConstructor]
protected MemberStats()
Properties
| Improve this Doc View SourceActionsCount
Count of group actions.
Declaration
[JsonProperty("actionCount")]
public int ActionsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
EmoticonsCount
Count of messages with emotes.
Declaration
[JsonProperty("emoticonCount")]
public int EmoticonsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
HappyEmoticonsCount
Count of messages with happy emotes.
Declaration
[JsonProperty("happyCount")]
public int HappyEmoticonsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
ImagesCount
Count of images posted.
Declaration
[JsonProperty("imageCount")]
public int ImagesCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
PacksCount
Count of message packs.
Declaration
[JsonProperty("packCount")]
public int PacksCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
QuestionsCount
Count of messages with questions.
Declaration
[JsonProperty("questionCount")]
public int QuestionsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
SadEmoticonsCount
Count of messages with sad emotes.
Declaration
[JsonProperty("sadCount")]
public int SadEmoticonsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
SwearsCount
Count of messages with swears.
Declaration
[JsonProperty("swearCount")]
public int SwearsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
TextLinesCount
Count of text lines.
Declaration
[JsonProperty("lineCount")]
public int TextLinesCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
TextMessagesCount
Count of text messages.
Declaration
[JsonProperty("textCount")]
public int TextMessagesCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
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 |
UserStatus
Member's status.
Declaration
[JsonProperty("message")]
public string UserStatus { get; }
Property Value
Type | Description |
---|---|
String |
VoiceMessagesCount
Count of voice messages.
Declaration
[JsonProperty("voiceCount")]
public int VoiceMessagesCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
WordsCount
Words per line.
Declaration
[JsonProperty("wordCount")]
public int WordsCount { get; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
This statistic appears to be currently broken, and have the same values as TextMessagesCount.