bwmarrin / discordgo

(Golang) Go bindings for Discord
BSD 3-Clause "New" or "Revised" License
5.11k stars 816 forks source link

feat(message)!: use partial sticker objects #1494

Closed Earlopain closed 9 months ago

Earlopain commented 9 months ago

https://discord.com/developers/docs/resources/channel#message-object https://discord.com/developers/docs/resources/sticker#sticker-item-object

There exists a property called stickers that contain the full sticker information but that is deprecated and not part of the struct here.

Earlopain commented 9 months ago

Ah, sorry. I somehow missed to update the doc comment.