TTMSFNCCloudSlack.GetUserConversations Method
Starts a request for conversations associated with a user.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlack
Inherited from: TTMSFNCCustomCloudSlack
Overloads
Overload 1
Starts a request for conversations associated with a user.
procedure GetUserConversations(AUser: TTMSFNCCloudSlackUser = nil ; ALimit: Integer = 100; ATypes: TTMSFNCCloudSlackConversationTypes = [sctPublicChannel]; ExcludeArchived: Boolean = false; ANextCursor: string = ''); overload; virtual;
Parameters
| Name | Description |
|---|---|
AUser |
User associated with the request. |
ALimit |
Maximum number of items to request. |
ATypes |
Conversation types to include in the request. |
ExcludeArchived |
True to omit archived conversations from the result. |
ANextCursor |
Paging cursor returned by a previous request. |
Overload 2
Starts a request for conversations associated with a user.
procedure GetUserConversations(AUserID: string = ''; ALimit: Integer = 100; ATypes: TTMSFNCCloudSlackConversationTypes = [sctPublicChannel]; ExcludeArchived: Boolean = false; ANextCursor: string = ''); overload; virtual;
Parameters
| Name | Description |
|---|---|
AUserID |
Slack user identifier. |
ALimit |
Maximum number of items to request. |
ATypes |
Conversation types to include in the request. |
ExcludeArchived |
True to omit archived conversations from the result. |
ANextCursor |
Paging cursor returned by a previous request. |