TTMSFNCCloudSlackPrivateChannel.PostMessage Method
Starts a request to post a message to the conversation.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlackPrivateChannel
Inherited from: TTMSFNCCloudSlackConversation
Syntax
procedure PostMessage(AText: string; AThreadTimeStamp: TDateTime = 0; IconURL: string = ''; LinkNames: Boolean = false; MarkUpParsing: Boolean = false; ReplyBroadcast: Boolean = false);
Parameters
| Name | Description |
|---|---|
AText |
Text to post to Slack. |
AThreadTimeStamp |
Thread timestamp. Use 0 to post a top-level message. |
IconURL |
Optional icon URL to use for the posted message. |
LinkNames |
True to link user and channel names in the posted text. |
MarkUpParsing |
True to enable Slack markup parsing for the posted text. |
ReplyBroadcast |
True to broadcast a thread reply to the channel. |