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

    Class WolfGroupStatistics.MessageStat

    Message quantified statistic.

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

    Constructors

    | Improve this Doc View Source

    MessageStat()

    Creates a new object of this type.

    Declaration
    [JsonConstructor]
    protected MessageStat()

    Properties

    | Improve this Doc View Source

    Percentage

    Percentage of all messages.

    Declaration
    [JsonProperty("percentage")]
    public double Percentage { get; }
    Property Value
    Type Description
    System.Double
    | 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

    Implements

    WolfGroupStatistics.IMemberStat