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

    Class WolfGroupStatistics

    Group stats.

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

    Constructors

    | Improve this Doc View Source

    WolfGroupStatistics()

    Creates a new object of this type.

    Declaration
    [JsonConstructor]
    protected WolfGroupStatistics()

    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

    DayOfWeekTrends

    Messages posted per day of week (0-6).

    Declaration
    [JsonProperty("trendsDay")]
    public IEnumerable<WolfGroupStatistics.DailyTrend> DayOfWeekTrends { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.DailyTrend>
    | 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

    GroupID

    ID of the group.

    Declaration
    [JsonProperty("id")]
    public uint GroupID { get; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    GroupName

    Name of the group.

    Declaration
    [JsonProperty("name")]
    public string GroupName { get; }
    Property Value
    Type Description
    System.String
    | 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

    HourOfDayTrends

    Messages posted per hour of day (0-23).

    Declaration
    [JsonProperty("trendsHour")]
    public IEnumerable<WolfGroupStatistics.HourlyTrend> HourOfDayTrends { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.HourlyTrend>
    | 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

    MembersCount

    Group member count.

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

    OwnerID

    ID of the group owner.

    Declaration
    [JsonProperty("owner")]
    [JsonConverter(typeof(ValueOrPropertyConverter), new object[]{"subId"})]
    public uint OwnerID { get; }
    Property Value
    Type Description
    System.UInt32
    | 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

    RecentDaysTrends

    Messages posted in recent days.

    Declaration
    [JsonProperty("trends")]
    public IEnumerable<WolfGroupStatistics.DailyTrend> RecentDaysTrends { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.DailyTrend>
    | 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

    SpokenCount

    ?

    Declaration
    [JsonProperty("spokenCount")]
    public int SpokenCount { 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

    Timestamp

    Time at which these stats were generated.

    Declaration
    [JsonProperty("timestamp")]
    [JsonConverter(typeof(EpochConverter))]
    public DateTime Timestamp { get; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    TopActionSenders

    Members performing most admin actions..

    Declaration
    [JsonProperty("topAction")]
    public IEnumerable<WolfGroupStatistics.MessageStat> TopActionSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MessageStat>
    | Improve this Doc View Source

    TopEmoticonSenders

    Members sending most messages with emoticons.

    Declaration
    [JsonProperty("topEmoticon")]
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopEmoticonSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopHappyEmoticonSenders

    Members sending most messages with happy emoticons.

    Declaration
    [JsonProperty("topHappy")]
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopHappyEmoticonSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopImageSenders

    Members sending most images.

    Declaration
    [JsonProperty("topImage")]
    public IEnumerable<WolfGroupStatistics.MessageStat> TopImageSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MessageStat>
    | Improve this Doc View Source

    TopMembers

    Top 25 active members.

    Declaration
    [JsonProperty("top25")]
    public IEnumerable<WolfGroupStatistics.MemberStats> TopMembers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MemberStats>
    | Improve this Doc View Source

    TopQuestionSenders

    Members sending most messages with questions.

    Declaration
    [JsonProperty("topQuestion")]
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopQuestionSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopRunnerUps

    Next top 30 active members.

    Declaration
    [JsonProperty("next30")]
    public IEnumerable<WolfGroupStatistics.MemberStats> TopRunnerUps { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.MemberStats>
    | Improve this Doc View Source

    TopSadEmoticonSenders

    Members sending most messages with sad emoticons.

    Declaration
    [JsonProperty("topSad")]
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopSadEmoticonSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopSwearSenders

    Members sending most messages with swaers.

    Declaration
    [JsonProperty("topSwear")]
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopSwearSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopTextSenders

    Members sending text messages.

    Declaration
    [JsonProperty("topText")]
    public IEnumerable<WolfGroupStatistics.TextMessageStat> TopTextSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.TextMessageStat>
    | Improve this Doc View Source

    TopWordSenders

    Members sending most words.

    Declaration
    [JsonProperty("topWord")]
    public IEnumerable<WolfGroupStatistics.WordPerLineStat> TopWordSenders { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfGroupStatistics.WordPerLineStat>
    Remarks

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

    | 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.