Table of Contents

Class GuildEmojisUpdateEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for GuildEmojisUpdated event.

public class GuildEmojisUpdateEventArgs : DiscordEventArgs
Inheritance
GuildEmojisUpdateEventArgs
Inherited Members

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.