Class WebSocketResponse
Parsed response object which is sent by the RocketChat API for streamed web socket messages
Namespace: i5.Toolkit.Core.RocketChatClient
Assembly: cs.temp.dll.dll
Syntax
public class WebSocketResponse
Fields
fields
Additional fields in the message by the API
Declaration
public MessageFields fields
Field Value
Type | Description |
---|---|
MessageFields |
msg
A category which labels this response This is not the message content by a user
Declaration
public string msg
Field Value
Type | Description |
---|---|
String |