Class GroupAchievementListMessage
A message for requesting groups's achievements list.
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
[ResponseType(typeof(EntityAchievementListResponse))]
public class GroupAchievementListMessage : IHeadersWolfMessage, IWolfMessage
Remarks
Uses EntityAchievementListResponse as response type.
Constructors
| Improve this Doc View SourceGroupAchievementListMessage()
Creates a message instance.
Declaration
[JsonConstructor]
protected GroupAchievementListMessage()
GroupAchievementListMessage(UInt32)
Creates a message instance.
Declaration
public GroupAchievementListMessage(uint groupID)
Parameters
Type | Name | Description |
---|---|---|
UInt32 | groupID | ID of the group 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.
GroupID
ID of the group.
Declaration
[JsonProperty("id")]
public uint GroupID { get; }
Property Value
Type | Description |
---|---|
UInt32 |
Headers
Message payload headers.
Declaration
[JsonIgnore]
public IDictionary<string, object> Headers { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, Object> |