Class ChatResponse
Wolf server's response for ChatMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class ChatResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceChatResponse()
Creates a response instance.
Declaration
protected ChatResponse()
Properties
| Improve this Doc View SourceID
Unique ID of the message.
Declaration
public Guid ID { get; }
Property Value
| Type | Description |
|---|---|
| System.Guid |
SlowModeRate
Slow mode rate.
Declaration
public TimeSpan SlowModeRate { get; }
Property Value
| Type | Description |
|---|---|
| System.TimeSpan |
SpamFiltered
Was the message spam filtered?
Declaration
public bool SpamFiltered { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Timestamp
Timestamp of the message.
Declaration
public WolfTimestamp Timestamp { get; }
Property Value
| Type | Description |
|---|---|
| WolfTimestamp |