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
    protected ChatResponse()

    Properties

    | Improve this Doc View Source

    ID

    Unique ID of the message.

    Declaration
    public Guid ID { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    SlowModeRate

    Slow mode rate.

    Declaration
    public TimeSpan SlowModeRate { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    SpamFiltered

    Was the message spam filtered?

    Declaration
    public bool SpamFiltered { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Timestamp

    Timestamp of the message.

    Declaration
    public WolfTimestamp Timestamp { get; }
    Property Value
    Type Description
    WolfTimestamp

    Implements

    IWolfResponse

    Extension Methods

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