Skip to main content

Interface: AdminConversationsSetConversationPrefsArguments

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

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

prefs

prefs: Record<string, unknown>;

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

Description

The prefs for this channel.


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