Class GuildEmojisUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for GuildEmojisUpdated event.
public class GuildEmojisUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
GuildEmojisUpdatedEventArgs
Properties
- EmojisAfter
Gets the list of emojis after the change.
- EmojisBefore
Gets the list of emojis before the change.
- Guild
Gets the guild in which the update occurred.