Class CharmStatisticsResponse
Wolf server's response for CharmStatisticsMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class CharmStatisticsResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceCharmStatisticsResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected CharmStatisticsResponse()
Properties
| Improve this Doc View SourceEtag
Tag for the response.
Declaration
[JsonProperty("etag")]
public string Etag { get; }
Property Value
Type | Description |
---|---|
String |
TotalActive
Total charms active.
Declaration
[JsonProperty("totalActive")]
public int? TotalActive { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
TotalExpired
Total charms expired.
Declaration
[JsonProperty("totalExpired")]
public int? TotalExpired { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
TotalGiftsReceived
Total charms received as a gift.
Declaration
[JsonProperty("totalGiftedReceived")]
public int? TotalGiftsReceived { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
TotalGiftsSent
Total charms gifted to other users.
Declaration
[JsonProperty("totalGiftedSent")]
public int? TotalGiftsSent { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
TotalLifetime
Total charms.
Declaration
[JsonProperty("totalLifetime")]
public int? TotalLifetime { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> |
UserID
ID of the user.
Declaration
[JsonProperty("subscriberId")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |