Class EntityAchievementListResponse
Wolf server's response for UserAchievementListMessage and GroupAchievementListMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class EntityAchievementListResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceEntityAchievementListResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected EntityAchievementListResponse()
Properties
| Improve this Doc View SourceAchievements
Entity's achievements IDs and awarded timestamp.
Declaration
[JsonProperty("body")]
[JsonConverter(typeof(ObjectPropertiesDictionaryConverter<uint, DateTime?>), new object[]{"id", "additionalInfo.awardedAt"})]
public IReadOnlyDictionary<uint, DateTime?> Achievements { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<UInt32, Nullable<DateTime>> |