Skip to main content

@slack/web-api / ConversationsRequestSharedInviteDenyArguments

Interface: ConversationsRequestSharedInviteDenyArguments

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

Extends​

  • InviteID.Message.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

message?​

optional message?: string;

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

Description​

A message to send to the user who requested the invite.

Inherited from​

Message.message

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