You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AvatarHashstring`json:"icon,omitempty"`// Hash code used to access guild's icon. Call Guild.IconURL to get direct url.
61
+
SplashHashstring`json:"splash,omitempty"`// Hash code used to access guild's splash background. Call Guild.SplashURL to get direct url.
62
+
DiscoverySplashHashstring`json:"discovery_splash,omitempty"`// Hash code used to access guild's special discovery splash background (only available for "DISCOVERABLE" guilds). Call Guild.DiscoverySplashURL to get direct url.
MaxPresencesuint32`json:"max_presences,omitempty"`// The maximum number of presences for the guild (null is always returned, apart from the largest of guilds).
79
+
MaxMembersuint32`json:"max_members,omitempty"`
80
+
VanityURLstring`json:"vanity_url_code,omitempty"`
81
+
Descriptionstring`json:"description,omitempty"`
82
+
BannerHashstring`json:"banner,omitempty"`// Hash code used to access guild's icon. Call Guild.BannerURL to get direct url.
83
+
PremiumTierPremiumTier`json:"premium_tier"`
84
+
PremiumSubscriptionCountuint32`json:"premium_subscription_count,omitempty"`// The number of boosts this guild currently has.
0 commit comments