Interface: ConversationsSetPurposeArguments
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
purpose
purpose: string;
Description
A new, specialer purpose.
Defined in
packages/web-api/src/types/request/conversations.ts:239
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token