Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class UserCharmsListResponse

    Wolf server's response for UserActiveCharmsListMessage and UserExpiredCharmsListMessage.

    Inheritance
    System.Object
    WolfResponse
    UserCharmsListResponse
    Implements
    IWolfResponse
    Inherited Members
    WolfResponse.StatusCode
    WolfResponse.ErrorCode
    WolfResponse.ErrorMessage
    Namespace: TehGM.Wolfringo.Messages.Responses
    Assembly: Wolfringo.Core.dll
    Syntax
    public class UserCharmsListResponse : WolfResponse, IWolfResponse

    Constructors

    | Improve this Doc View Source

    UserCharmsListResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected UserCharmsListResponse()

    Properties

    | Improve this Doc View Source

    Charms

    User's charms active or expired subscriptions.

    Declaration
    [JsonProperty("body")]
    public IEnumerable<WolfCharmSubscription> Charms { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfCharmSubscription>

    Implements

    IWolfResponse

    Extension Methods

    WolfResponseExtensions.IsSuccess(IWolfResponse)
    WolfResponseExtensions.IsError(IWolfResponse)