Table of Contents

TTMSFNCCloudSlack.PostReply Method

Starts a request to post a reply to a Slack message thread.

API unit family: TMSFNCCloudSlack Declaring type: TTMSFNCCloudSlack Inherited from: TTMSFNCCustomCloudSlack

Syntax

procedure PostReply(AMessage: TTMSFNCCloudSlackMessage; AText: string; IconURL: string = ''; LinkNames: Boolean = false; MarkUpParsing: Boolean = false; ReplyBroadcast: Boolean = false); virtual;

Parameters

Name Description
AMessage Message that owns the object.
AText Text to post to Slack.
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.