TTMSFNCCloudSlack.GetAllConversationHistory Method
Starts requests that retrieve all messages in a Slack conversation.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlack
Inherited from: TTMSFNCCustomCloudSlack
Overloads
Overload 1
Starts requests that retrieve all messages in a Slack conversation.
procedure GetAllConversationHistory(AConversationID: string); overload; virtual;
Parameters
| Name | Description |
|---|---|
AConversationID |
Slack conversation identifier. |
Overload 2
Starts requests that retrieve all messages in a Slack conversation.
procedure GetAllConversationHistory(AConversation: TTMSFNCCloudSlackConversation); overload; virtual;
Parameters
| Name | Description |
|---|---|
AConversation |
Conversation associated with the request. |