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

    Interface WolfGroupStatistics.IMemberStat

    Group member statistic.

    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public interface IMemberStat

    Properties

    | Improve this Doc View Source

    UserID

    Member's user ID.

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

    UserNickname

    Member's name.

    Declaration
    [JsonProperty("nickname")]
    string UserNickname { get; }
    Property Value
    Type Description
    System.String