Class UserCharmsListResponse
Wolf server's response for UserActiveCharmsListMessage and UserExpiredCharmsListMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class UserCharmsListResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceUserCharmsListResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected UserCharmsListResponse()
Properties
| Improve this Doc View SourceCharms
User's charms active or expired subscriptions.
Declaration
[JsonProperty("body")]
public IEnumerable<WolfCharmSubscription> Charms { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<WolfCharmSubscription> |