Class GuildScheduledEventCreateEventArgs
Represents arguments for GuildScheduledEventCreated event.
Inheritance
System.Object
System.EventArgs
GuildScheduledEventCreateEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class GuildScheduledEventCreateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceGuild
Gets the guild in which the scheduled event was created.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
ScheduledEvent
Gets the scheduled event that was created.
Declaration
public DiscordScheduledEvent ScheduledEvent { get; }
Property Value
Type | Description |
---|---|
DiscordScheduledEvent |