Interface: ConversationsExternalInvitePermissionsSetArguments
Extends
Channel
.Required
<TargetTeam
>.TokenOverridable
Properties
action
action: "downgrade" | "upgrade";
Description
The type of action be taken: upgrade
or downgrade
.
Defined in
packages/web-api/src/types/request/conversations.ts:89
channel
channel: string;
Description
ID of conversation.
Inherited from
Channel.channel
Defined in
packages/web-api/src/types/request/conversations.ts:15
target_team
target_team: string;
Description
The team or enterprise id of the other party.
Inherited from
Required.target_team
Defined in
packages/web-api/src/types/request/common.ts:74
token?
optional token: string;
Description
Overridable authentication token bearing required scopes.
Inherited from
TokenOverridable.token