Skip to main content

Interface: AdminConversationsDeleteArguments

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

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