TTMSFNCCloudSlackUser.GetConversations Method
Starts a request for conversations.
API unit family: TMSFNCCloudSlack
Declaring type: TTMSFNCCloudSlackUser
Syntax
procedure GetConversations(ALimit: Integer = 100; ATypes: TTMSFNCCloudSlackConversationTypes = [sctPublicChannel]; ExcludeArchived: Boolean = false; ANextCursor: string = ''); virtual;
Parameters
| Name | Description |
|---|---|
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. |