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