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