Interface
GuildStickersUpdatePayload
Payload emitted for Events.GuildStickersUpdate. Contains cached GuildSticker instances after the update.
Properties
| Name | Type | Description |
|---|---|---|
| guildId | string | Guild whose sticker list changed. |
| stickers | GuildSticker[] | Updated list of GuildSticker instances (from cache). |