diff --git a/src/types/payloads/application.ts b/src/types/payloads/application.ts index 7f2cee8..a10303a 100644 --- a/src/types/payloads/application.ts +++ b/src/types/payloads/application.ts @@ -108,6 +108,10 @@ export interface APIApplication { * Approximate count of guilds the application has been added to */ approximate_guild_count?: number; + /** + * Approximate count of users that have installed the app + */ + approximate_user_install_count?: number; /** * Array of redirect URIs for the application */