Skip to main content

Interface: ConversationsSetTopicArguments

Extends

  • Channel.TokenOverridable

Properties

channel

channel: string;

Description

ID of conversation.

Inherited from

Channel.channel

Defined in

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


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


topic

topic: string;

Description

The new topic string. Does not support formatting or linkification.

Defined in

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