diff --git a/deno/v8/payloads/interactions.ts b/deno/v8/payloads/interactions.ts index c744c8bcf..000949634 100644 --- a/deno/v8/payloads/interactions.ts +++ b/deno/v8/payloads/interactions.ts @@ -84,6 +84,10 @@ export interface APIBaseInteraction { * ID of the interaction */ id: Snowflake; + /** + * ID of the application this interaction is for + */ + application_id: Snowflake; /** * The type of interaction */ diff --git a/v8/payloads/interactions.ts b/v8/payloads/interactions.ts index 15ab59f77..c75fc1484 100644 --- a/v8/payloads/interactions.ts +++ b/v8/payloads/interactions.ts @@ -84,6 +84,10 @@ export interface APIBaseInteraction { * ID of the interaction */ id: Snowflake; + /** + * ID of the application this interaction is for + */ + application_id: Snowflake; /** * The type of interaction */