Skip to main content

Interface: AdminConversationsSetConversationPrefsArguments

Extends

  • ChannelID.TokenOverridable

Properties

channel_id

channel_id: string;

Description

Encoded channel ID.

Inherited from

ChannelID.channel_id

Defined in

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


prefs

prefs: Record<string, unknown>;

Description

The prefs for this channel.

Defined in

packages/web-api/src/types/request/admin/conversations.ts:198


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

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