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

    Class RecentConversationsResponse

    Wolf server's response for RecentConversationsMessage.

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

    Constructors

    | Improve this Doc View Source

    RecentConversationsResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected RecentConversationsResponse()

    Properties

    | Improve this Doc View Source

    Headers

    Response headers.

    Declaration
    [JsonProperty("headers")]
    public IReadOnlyDictionary<string, object> Headers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyDictionary<System.String, System.Object>

    Implements

    IWolfResponse

    Extension Methods

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