Class UserAchievementListMessage
A message for requesting user's achievements list.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(EntityAchievementListResponse))]
public class UserAchievementListMessage : IHeadersWolfMessage, IWolfMessage
Remarks
Uses EntityAchievementListResponse as response type.
Constructors
| Improve this Doc View SourceUserAchievementListMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected UserAchievementListMessage()
UserAchievementListMessage(UInt32)
Creates a message instance.
Declaration
public UserAchievementListMessage(uint userID)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | userID | ID of the user to get achievements of. |
Properties
| Improve this Doc View SourceEventName
Message event name.
Declaration
[JsonIgnore]
public string EventName { get; }
Property Value
Type | Description |
---|---|
String |
Remarks
Equals to AchievementSubscriberList.
Headers
Message payload headers.
Declaration
[JsonIgnore]
public IDictionary<string, object> Headers { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, Object> |
UserID
ID of the user.
Declaration
[JsonProperty("id")]
public uint UserID { get; }
Property Value
Type | Description |
---|---|
UInt32 |