We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc43cbe commit 6326854Copy full SHA for 6326854
discord/application.go
@@ -38,6 +38,7 @@ type Application struct {
38
CoverImage *string `json:"cover_image,omitempty"`
39
Flags ApplicationFlags `json:"flags,omitempty"`
40
ApproximateGuildCount *int `json:"approximate_guild_count,omitempty"`
41
+ ApproximateUserInstallCount *int `json:"approximate_user_install_count,omitempty"`
42
IntegrationTypesConfig ApplicationIntegrationTypesConfig `json:"integration_types_config"`
43
}
44
0 commit comments