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