diff --git a/deno/payloads/v10/application.ts b/deno/payloads/v10/application.ts index 1407b5c0d..4890e6871 100644 --- a/deno/payloads/v10/application.ts +++ b/deno/payloads/v10/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 */ diff --git a/deno/payloads/v9/application.ts b/deno/payloads/v9/application.ts index 1407b5c0d..4890e6871 100644 --- a/deno/payloads/v9/application.ts +++ b/deno/payloads/v9/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 */ diff --git a/payloads/v10/application.ts b/payloads/v10/application.ts index c1fad9028..68791e750 100644 --- a/payloads/v10/application.ts +++ b/payloads/v10/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 */ diff --git a/payloads/v9/application.ts b/payloads/v9/application.ts index c1fad9028..68791e750 100644 --- a/payloads/v9/application.ts +++ b/payloads/v9/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 */