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

    Class GroupStatisticsResponse

    Wolf server's response for GroupStatisticsMessage.

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

    Constructors

    | Improve this Doc View Source

    GroupStatisticsResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected GroupStatisticsResponse()

    Properties

    | Improve this Doc View Source

    GroupStatistics

    Most recent group statistics.

    Declaration
    [JsonProperty("body")]
    public WolfGroupStatistics GroupStatistics { get; }
    Property Value
    Type Description
    WolfGroupStatistics

    Implements

    IWolfResponse

    Extension Methods

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