Interface: ConversationsUnarchiveArguments
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