TTMSFNCCloudSlack.JoinConversation Method
Starts a request to join the conversation.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlack
Inherited from: TTMSFNCCustomCloudSlack
Overloads
Overload 1
Starts a request to join the conversation.
procedure JoinConversation(AConversation: TTMSFNCCloudSlackConversation; UpdateConversation: Boolean = false); overload; virtual;
Parameters
| Name | Description |
|---|---|
AConversation |
Conversation associated with the request. |
UpdateConversation |
True to refresh the conversation data after joining. |
Overload 2
Starts a request to join the conversation.
procedure JoinConversation(AConversationID: string; UpdateConversation: Boolean = false); overload; virtual;
Parameters
| Name | Description |
|---|---|
AConversationID |
Slack conversation identifier. |
UpdateConversation |
True to refresh the conversation data after joining. |