Class MessageSentResponse
Parsed response object of the RocketChat API for sending a message
Inheritance
object
MessageSentResponse
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 |
---|---|
bool |
ts
Declaration
public long ts
Field Value
Type | Description |
---|---|
long |