Skip to main content

@slack/web-api / AdminConversationsGetCustomRetentionArguments

Interface: AdminConversationsGetCustomRetentionArguments

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

Extends​

  • ChannelID.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