Skip to main content

Interface: ConversationsApproveSharedInviteArguments

Extends

  • InviteID.TargetTeam.TokenOverridable

Properties

invite_id

invite_id: string;

Description

ID of the invite.

Inherited from

InviteID.invite_id

Defined in

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


target_team?

optional target_team: string;

Description

The team or enterprise id of the other party.

Inherited from

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

Defined in

packages/web-api/src/types/request/common.ts:43