TTMSFNCCloudSlack.GetMessageReplies Method
Executes the GetMessageReplies operation.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlack
Inherited from: TTMSFNCCustomCloudSlack
Syntax
procedure GetMessageReplies(AMessage: TTMSFNCCloudSlackMessage; ALimit: Integer = 10; ANextCursor: string = ''; Latest: TDateTime = 0; Oldest: TDateTime = 0; Inclusive: Boolean = false); virtual;
Parameters
| Name | Description |
|---|---|
AMessage |
Message that owns the object. |
ALimit |
Maximum number of items to request. |
ANextCursor |
Paging cursor returned by a previous request. |
Latest |
Newest timestamp to include. Use 0 to leave the upper bound open. |
Oldest |
Oldest timestamp to include. Use 0 to leave the lower bound open. |
Inclusive |
True to include messages at the boundary timestamps. |