@slack/web-api / UsergroupsCreateArguments
Defined in: src/types/request/usergroups.ts:10
TokenOverridable.OptionalTeamAssignable.UsergroupsIncludeCount
optional channels: string;Defined in: src/types/request/usergroups.ts:14
A comma separated string of encoded channel IDs for which the User Group uses as a default.
optional description: string;Defined in: src/types/request/usergroups.ts:16
A short description of the User Group.
optional handle: string;Defined in: src/types/request/usergroups.ts:18
A mention handle. Must be unique among channels, users and User Groups.
optional include_count: boolean;Defined in: src/types/request/usergroups.ts:6
Include the number of users in each User Group.
UsergroupsIncludeCount.include_countname: string;Defined in: src/types/request/usergroups.ts:12
A name for the User Group. Must be unique among User Groups.
optional 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.token