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

    Class ChatResponse

    Wolf server's response for ChatMessage.

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

    Constructors

    | Improve this Doc View Source

    ChatResponse()

    Creates a response instance.

    Declaration
    [JsonConstructor]
    protected ChatResponse()

    Properties

    | Improve this Doc View Source

    ID

    Unique ID of the message.

    Declaration
    [JsonProperty("uuid")]
    public Guid ID { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    SlowModeRate

    Slow mode rate.

    Declaration
    [JsonProperty("slowModeRateInSeconds")]
    [JsonConverter(typeof(SecondsTimespanConverter))]
    public TimeSpan SlowModeRate { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    SpamFiltered

    Was the message spam filtered?

    Declaration
    [JsonProperty("isSpam")]
    public bool SpamFiltered { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Timestamp

    Timestamp of the message.

    Declaration
    [JsonProperty("timestamp")]
    public WolfTimestamp Timestamp { get; }
    Property Value
    Type Description
    WolfTimestamp

    Implements

    IWolfResponse

    Extension Methods

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