Interface
GuildEmojisUpdatePayload
Payload emitted for Events.GuildEmojisUpdate. Contains the fully-cached GuildEmoji instances after the update.
Properties
| Name | Type | Description |
|---|---|---|
| emojis | GuildEmoji[] | Updated list of GuildEmoji instances (from cache). |
| guildId | string | Guild whose emoji list changed. |