Skip to content

Commit

Permalink
Add approximate_user_install_count to application (#7070)
Browse files Browse the repository at this point in the history
  • Loading branch information
azycheng committed Aug 9, 2024
1 parent 1a9e949 commit 9c45aa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/Change_Log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## User App Install Count

#### August 9, 2024

We've added an approximate user install count to the [Application object](#DOCS_RESOURCES_APPLICATION/application-object) for user-installable apps. You can also view an app's install counts in the developer portal.

## Voice State Endpoints

#### August 5, 2024
Expand Down
1 change: 1 addition & 0 deletions docs/resources/Application.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
| cover_image? | string | App's default rich presence invite [cover image hash](#DOCS_REFERENCE/image-formatting) |
| flags? | integer | App's public [flags](#DOCS_RESOURCES_APPLICATION/application-object-application-flags) |
| approximate_guild_count? | integer | Approximate count of guilds the app has been added to |
| approximate_user_install_count? | integer | Approximate count of users that have installed the app |
| redirect_uris? | array of strings | Array of redirect URIs for the app |
| interactions_endpoint_url? | string | [Interactions endpoint URL](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/receiving-an-interaction) for the app |
| role_connections_verification_url? | string | Role connection verification URL for the app |
Expand Down

0 comments on commit 9c45aa7

Please sign in to comment.