Class CharmStatisticsMessage
A message for requesting user's charms statistics.
Implements
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(CharmStatisticsResponse))]
public class CharmStatisticsMessage : IWolfMessage
Remarks
Uses CharmStatisticsResponse as response type.
Constructors
| Improve this Doc View SourceCharmStatisticsMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected CharmStatisticsMessage()
CharmStatisticsMessage(UInt32)
Creates a message instance.
Declaration
public CharmStatisticsMessage(uint userID)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | userID | ID of user to request charms statistics of. |
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to CharmSubscriberStatistics.
UserID
ID of user of requested charms statistics.
Declaration
[JsonProperty("id")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |