Skip to main content

@slack/web-api / ConversationsExternalInvitePermissionsSetArguments

Interface: ConversationsExternalInvitePermissionsSetArguments

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

Extends​

  • Channel.Required<TargetTeam>.TokenOverridable

Properties​

action​

action: "downgrade" | "upgrade";

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

Description​

The type of action be taken: upgrade or downgrade.


channel​

channel: string;

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

Description​

ID of conversation.

Inherited from​

Channel.channel

target_team​

target_team: string;

Defined in: packages/web-api/src/types/request/common.ts:74

Description​

The team or enterprise id of the other party.

Inherited from​

ConversationsApproveSharedInviteArguments.target_team


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