Class ChatHistoryResponse
Wolf server's response for GroupChatHistoryMessage and PrivateChatHistoryMessage.
Implements
Namespace: TehGM.Wolfringo.Messages.Responses
Assembly: Wolfringo.Core.dll
Syntax
public class ChatHistoryResponse : WolfResponse, IWolfResponse
Constructors
| Improve this Doc View SourceChatHistoryResponse()
Creates a response instance.
Declaration
[JsonConstructor]
protected ChatHistoryResponse()
Properties
| Improve this Doc View SourceMessages
Messages from history.
Declaration
[JsonProperty("body", ItemConverterType = typeof(ChatMessageConverter))]
public IEnumerable<IChatMessage> Messages { get; }
Property Value
Type | Description |
---|---|
IEnumerable<IChatMessage> |