Skip to main content

Interface: ConversationsRequestSharedInviteDenyArguments

Extends

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


message?

optional message: string;

Description

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

Inherited from

Message.message

Defined in

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


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