Class GuildStickersUpdateEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents event args for the GuildStickersUpdated event.
public class GuildStickersUpdateEventArgs : DiscordEventArgs
- Inheritance
-
GuildStickersUpdateEventArgs
- Inherited Members
Properties
- Guild
Gets the guild in which the update occurred.
- StickersAfter
Gets the list of stickers after the change.
- StickersBefore
Gets the list of stickers before the change.