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

    Class TipDetailsResponse

    Represents a response for message tips details request.

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

    Constructors

    | Improve this Doc View Source

    TipDetailsResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected TipDetailsResponse()

    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

    Timestamp

    ID (timestamp) of the message.

    Declaration
    [JsonProperty("id")]
    public WolfTimestamp Timestamp { get; }
    Property Value
    Type Description
    WolfTimestamp
    | Improve this Doc View Source

    Tips

    Details on message tips.

    Declaration
    [JsonProperty("list")]
    public IEnumerable<WolfTip> Tips { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<WolfTip>
    | Improve this Doc View Source

    Version

    Version of the tip. (?)

    Declaration
    [JsonProperty("version")]
    public int Version { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    IWolfResponse

    Extension Methods

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