Skip to content

Commit

Permalink
Add approximate_user_install_count for ApplicationInfoData (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doc94 authored Aug 19, 2024
1 parent 934fdd0 commit c9dbbef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ static ImmutableApplicationInfoData.Builder builder() {
@JsonProperty("approximate_guild_count")
Possible<Integer> approximateGuildCount();

@JsonProperty("approximate_user_install_count")
Possible<Integer> approximateUserInstallCount();

@JsonProperty("redirect_uris")
Possible<List<String>> redirectUris();

Expand Down

0 comments on commit c9dbbef

Please sign in to comment.