Skip to main content

@slack/web-api / AdminConversationsInviteArguments

Interface: AdminConversationsInviteArguments

Defined in: packages/web-api/src/types/request/admin/conversations.ts:119

Extends​

  • ChannelID.UserIDs.TokenOverridable

Properties​

channel_id​

channel_id: string;

Defined in: packages/web-api/src/types/request/common.ts:85

Description​

Encoded channel ID.

Inherited from​

ChannelID.channel_id

token?​

optional token?: string;

Defined in: packages/web-api/src/types/request/common.ts:43

Description​

Overridable authentication token bearing required scopes.

Inherited from​

TokenOverridable.token

user_ids​

user_ids: [string, ...string[]];

Defined in: packages/web-api/src/types/request/common.ts:92

Description​

List of encoded user IDs.

Inherited from​

UserIDs.user_ids