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 6cda949 commit c3f2bebCopy full SHA for c3f2beb
discord/guild.go
@@ -289,6 +289,7 @@ type GuildPreview struct {
289
ApproximateMemberCount *int `json:"approximate_member_count"`
290
ApproximatePresenceCount *int `json:"approximate_presence_count"`
291
Emojis []Emoji `json:"emojis"`
292
+ Stickers []Sticker `json:"stickers"`
293
}
294
295
// GuildCreate is the payload used to create a Guild
0 commit comments