Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 974 Bytes

File metadata and controls

49 lines (29 loc) · 974 Bytes

@slack/web-api / AdminConversationsArchiveArguments

Interface: AdminConversationsArchiveArguments

Defined in: src/types/request/admin/conversations.ts:42

Extends

  • ChannelID.TokenOverridable

Properties

channel_id

channel_id: string;

Defined in: src/types/request/common.ts:85

Description

Encoded channel ID.

Inherited from

ChannelID.channel_id

token?

optional token: string;

Defined in: src/types/request/common.ts:43

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token