mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +00:00
feat(APIApplication): approximate user install count (#240)
* Added(APIApplication): approximate user install count * fix: description * fix: github?
This commit is contained in:
parent
d79254ab6c
commit
01f5a7bb22
@ -108,6 +108,10 @@ export interface APIApplication {
|
|||||||
* Approximate count of guilds the application has been added to
|
* Approximate count of guilds the application has been added to
|
||||||
*/
|
*/
|
||||||
approximate_guild_count?: number;
|
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
|
* Array of redirect URIs for the application
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user