Class MessageSentResponse
Parsed response object of the RocketChat API for sending a message
Namespace: i5.Toolkit.Core.RocketChatClient
Assembly: cs.temp.dll.dll
Syntax
public class MessageSentResponse
Fields
channel
Declaration
public string channel
Field Value
Type | Description |
---|---|
String |
success
Declaration
public bool success
Field Value
Type | Description |
---|---|
Boolean |
ts
Declaration
public long ts
Field Value
Type | Description |
---|---|
Int64 |