From b85c6d54bdadb107e00534ee029cc0ce99875aff Mon Sep 17 00:00:00 2001 From: Fleny Date: Mon, 21 Oct 2024 10:59:11 +0200 Subject: [PATCH] Add missing comments on DiscordInteractionCallback (#3945) --- packages/types/src/discord.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/types/src/discord.ts b/packages/types/src/discord.ts index 43ba6a925..4d4c173e3 100644 --- a/packages/types/src/discord.ts +++ b/packages/types/src/discord.ts @@ -1925,7 +1925,9 @@ export interface DiscordInteractionCallbackResponse { /** https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-callback-interaction-callback-object */ export interface DiscordInteractionCallback { + /** ID of the interaction */ id: string + /** Interaction type */ type: InteractionTypes /** Instance ID of the Activity if one was launched or joined */ activity_instance_id?: string