Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfGroupStatistics.MemberStats

    Group member's statistics.

    Inheritance
    System.Object
    WolfGroupStatistics.MemberStats
    Implements
    WolfGroupStatistics.IMemberStat
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class MemberStats : WolfGroupStatistics.IMemberStat

    Constructors

    | Improve this Doc View Source

    MemberStats()

    Creates a new object of this type.

    Declaration
    [JsonConstructor]
    protected MemberStats()

    Properties

    | Improve this Doc View Source

    ActionsCount

    Count of group actions.

    Declaration
    [JsonProperty("actionCount")]
    public int ActionsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EmoticonsCount

    Count of messages with emotes.

    Declaration
    [JsonProperty("emoticonCount")]
    public int EmoticonsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    HappyEmoticonsCount

    Count of messages with happy emotes.

    Declaration
    [JsonProperty("happyCount")]
    public int HappyEmoticonsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    ImagesCount

    Count of images posted.

    Declaration
    [JsonProperty("imageCount")]
    public int ImagesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    PacksCount

    Count of message packs.

    Declaration
    [JsonProperty("packCount")]
    public int PacksCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    QuestionsCount

    Count of messages with questions.

    Declaration
    [JsonProperty("questionCount")]
    public int QuestionsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SadEmoticonsCount

    Count of messages with sad emotes.

    Declaration
    [JsonProperty("sadCount")]
    public int SadEmoticonsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SwearsCount

    Count of messages with swears.

    Declaration
    [JsonProperty("swearCount")]
    public int SwearsCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TextLinesCount

    Count of text lines.

    Declaration
    [JsonProperty("lineCount")]
    public int TextLinesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TextMessagesCount

    Count of text messages.

    Declaration
    [JsonProperty("textCount")]
    public int TextMessagesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    UserID

    Member's user ID.

    Declaration
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    UserNickname

    Member's name.

    Declaration
    public string UserNickname { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UserStatus

    Member's status.

    Declaration
    [JsonProperty("message")]
    public string UserStatus { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    VoiceMessagesCount

    Count of voice messages.

    Declaration
    [JsonProperty("voiceCount")]
    public int VoiceMessagesCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    WordsCount

    Words per line.

    Declaration
    [JsonProperty("wordCount")]
    public int WordsCount { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    This statistic appears to be currently broken, and have the same values as TextMessagesCount.

    Implements

    WolfGroupStatistics.IMemberStat