feat(APIApplication): approximate user install count (#240)

* Added(APIApplication): approximate user install count

* fix: description

* fix: github?
This commit is contained in:
Andrew 2024-08-16 02:07:45 +02:00 committed by GitHub
parent d79254ab6c
commit 01f5a7bb22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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