TTMSFNCCloudSlackMessage Class
Stores one Slack message and its related files, replies, and reactions.
API unit family: TMSFNCCloudSlack
Syntax
TTMSFNCCloudSlackMessage = class
Properties
| Name | Description |
|---|---|
| ClientMessageID | Gets the client message identifier. |
| Conversation | Gets the conversation that owns the message. |
| EditTimeStamp | Gets the edit timestamp. |
| EditUser | Gets the identifier of the user that edited the message. |
| Files | Gets the files attached to the message. |
| HasReplies | Gets whether the message has replies. True means Slack reports thread replies. |
| IsEdited | Gets whether the message was edited. True means Slack reports edit information. |
| IsHidden | Gets whether the message is hidden. True means Slack reports a hidden message. |
| IsStarred | Gets whether the item is starred. True means Slack reports the item as starred. |
| LastRead | Gets the last-read timestamp for the message thread. |
| LatestReply | Gets the latest reply timestamp. |
| Reactions | Gets the reactions attached to the message. |
| Replies | Gets the replies loaded for the message. |
| ReplyCount | Gets the number of replies in the thread. |
| ReplyUsersCount | Gets the number of users that replied in the thread. |
| SubType | Gets the Slack message subtype. |
| Subscribed | Gets whether the current user is subscribed. True means Slack reports an active thread subscription. |
| TeamID | Gets the Slack team identifier. |
| Text | Gets the message text. |
| ThreadTimeStamp | Gets the Slack thread timestamp converted to a date/time value. |
| TimeStamp | Gets the Slack timestamp converted to a date/time value. |
| User | Gets the Slack user object. |
| UserID | Gets the Slack user identifier. |
Methods
| Name | Description |
|---|---|
| DeleteMessage | Starts a request to delete the message. |
| GetAllReplies | Starts requests that retrieve all replies for the message. |
| GetReplies | Starts a request for message replies. |
| Reply | Starts a request to post a reply to the message thread. |