Skip to main content

@slack/web-api / ConversationsApproveSharedInviteArguments

Interface: ConversationsApproveSharedInviteArguments

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

Extends​

  • InviteID.TargetTeam.TokenOverridable

Properties​

invite_id​

invite_id: string;

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

Description​

ID of the invite.

Inherited from​

InviteID.invite_id

target_team?​

optional 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​

TargetTeam.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