Skip to content

Commit

Permalink
Add ApproximateUserInstallCount to Application
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Aug 10, 2024
1 parent dc43cbe commit 6326854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ type Application struct {
CoverImage *string `json:"cover_image,omitempty"`
Flags ApplicationFlags `json:"flags,omitempty"`
ApproximateGuildCount *int `json:"approximate_guild_count,omitempty"`
ApproximateUserInstallCount *int `json:"approximate_user_install_count,omitempty"`
IntegrationTypesConfig ApplicationIntegrationTypesConfig `json:"integration_types_config"`
}

Expand Down

0 comments on commit 6326854

Please sign in to comment.