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

    Class CharmStatisticsResponse

    Wolf server's response for CharmStatisticsMessage.

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

    Constructors

    | Improve this Doc View Source

    CharmStatisticsResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected CharmStatisticsResponse()

    Properties

    | Improve this Doc View Source

    Etag

    Tag for the response.

    Declaration
    [JsonProperty("etag")]
    public string Etag { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TotalActive

    Total charms active.

    Declaration
    [JsonProperty("totalActive")]
    public int? TotalActive { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TotalExpired

    Total charms expired.

    Declaration
    [JsonProperty("totalExpired")]
    public int? TotalExpired { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TotalGiftsReceived

    Total charms received as a gift.

    Declaration
    [JsonProperty("totalGiftedReceived")]
    public int? TotalGiftsReceived { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TotalGiftsSent

    Total charms gifted to other users.

    Declaration
    [JsonProperty("totalGiftedSent")]
    public int? TotalGiftsSent { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    TotalLifetime

    Total charms.

    Declaration
    [JsonProperty("totalLifetime")]
    public int? TotalLifetime { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    | Improve this Doc View Source

    UserID

    ID of the user.

    Declaration
    [JsonProperty("subscriberId")]
    public uint UserID { get; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IWolfResponse

    Extension Methods

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