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

    Class TipSummaryResponse

    Represents a response for message tips summary request.

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

    Constructors

    | Improve this Doc View Source

    TipSummaryResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected TipSummaryResponse()

    Properties

    | Improve this Doc View Source

    Tips

    Dictionary, where key is message ID and value is a list of tips the message has received.

    Declaration
    [JsonProperty("body")]
    [JsonConverter(typeof(KeyAndValueDictionaryConverter<WolfTimestamp, IEnumerable<WolfTip>>), new object[]{"body.charmList"})]
    public IReadOnlyDictionary<WolfTimestamp, IEnumerable<WolfTip>> Tips { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<WolfTimestamp, System.Collections.Generic.IEnumerable<WolfTip>>

    Implements

    IWolfResponse

    Extension Methods

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