From 01f5a7bb22b46f8c20d9b8c0fb3768a607728756 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 16 Aug 2024 02:07:45 +0200 Subject: [PATCH] feat(APIApplication): approximate user install count (#240) * Added(APIApplication): approximate user install count * fix: description * fix: github? --- src/types/payloads/application.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 */