Table of Contents

Class GuildStickersUpdatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents event args for the GuildStickersUpdated event.

public class GuildStickersUpdatedEventArgs : DiscordEventArgs
Inheritance
GuildStickersUpdatedEventArgs

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.