Interface WolfGroupStatistics.IMemberStat
Group member statistic.
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public interface IMemberStat
Properties
| Improve this Doc View SourceUserID
Member's user ID.
Declaration
[JsonProperty("subId")]
uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
UserNickname
Member's name.
Declaration
[JsonProperty("nickname")]
string UserNickname { get; }
Property Value
Type | Description |
---|---|
String |