Skip to content

Commit

Permalink
feat(APIBaseInteraction): add application_id (#98)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
advaith1 and github-actions[bot] committed Mar 27, 2021
1 parent 9d8d090 commit 0582f88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deno/v8/payloads/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 4 additions & 0 deletions v8/payloads/interactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0582f88

Please sign in to comment.