feat(APIBaseInteraction): add application_id (#98)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Advaith
2021-03-27 08:40:14 -07:00
committed by GitHub
parent 9d8d090c9c
commit 0582f883c5
2 changed files with 8 additions and 0 deletions

View File

@@ -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
*/

View File

@@ -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
*/