Table of Contents

TTMSFNCCloudSlackMessage.Reply Method

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

API unit family: TMSFNCCloudSlack Declaring type: TTMSFNCCloudSlackMessage

Syntax

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

Parameters

Name Description
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.