@slack/web-api / UsersConversationsArguments
Defined in: src/types/request/users.ts:11
TokenOverridable.CursorPaginationEnabled.OptionalTeamAssignable
optional cursor: string;Defined in: src/types/request/common.ts:16
Paginate through collections of data by setting the cursor parameter to a next_cursor attribute
returned by a previous request's response_metadata.
Default value fetches the first "page" of the collection.
pagination for more detail.
CursorPaginationEnabled.cursoroptional exclude_archived: boolean;Defined in: src/types/request/users.ts:13
Set to true to exclude archived channels from the list. Default is false.
optional limit: number;Defined in: src/types/request/common.ts:9
The maximum number of items to return. Fewer than the requested number of items may be returned,
even if the end of the list hasn't been reached. Must be an integer with a max value of 999. Default is 100.
CursorPaginationEnabled.limitoptional team_id: string;Defined in: src/types/request/common.ts:70
If using an org token, team_id is required.
OptionalTeamAssignable.team_idoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.tokenoptional types: string;Defined in: src/types/request/users.ts:18
Mix and match channel types by providing a comma-separated list of any combination of
public_channel, private_channel, mpim and im. Defaults to public_channel.
optional user: string;Defined in: src/types/request/users.ts:23
Browse conversations by a specific user ID's membership. Non-public channels are restricted to those where the calling user shares membership.