@slack/web-api / ConversationsRequestSharedInviteDenyArguments
Defined in: src/types/request/conversations.ts:217
InviteID.Message.TokenOverridable
invite_id: string;Defined in: src/types/request/conversations.ts:28
ID of the invite.
InviteID.invite_idoptional message: string;Defined in: src/types/request/conversations.ts:40
A message to send to the user who requested the invite.
Message.messageoptional token: string;Defined in: src/types/request/common.ts:43
Overridable authentication token bearing required scopes.
TokenOverridable.token