Table of Contents

Class GuildScheduledEventDeleteEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for GuildScheduledEventDeleted event.

public class GuildScheduledEventDeleteEventArgs : DiscordEventArgs
Inheritance
GuildScheduledEventDeleteEventArgs
Inherited Members

Properties

Guild

Gets the guild in which the scheduled event was deleted.

Reason

Gets the reason of deletion for the scheduled event. Important to determine why and how it was deleted.

ScheduledEvent

Gets the scheduled event that was deleted.