Class ChannelCreateEventArgs
Represents arguments for ChannelCreated event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class ChannelCreateEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel that was created.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Guild
Gets the guild in which the channel was created.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |