Class ChannelUpdateEventArgs
Represents arguments for ChannelUpdated event.
Namespace: KSharpPlus.EventArgs.Channel
Assembly: KSharpPlus.dll
Syntax
public class ChannelUpdateEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceChannelAfter
Gets the post-update channel.
Declaration
public KuracordChannel ChannelAfter { get; }
Property Value
Type | Description |
---|---|
KuracordChannel |
ChannelBefore
Gets the pre-update channel.
Declaration
public KuracordChannel ChannelBefore { get; }
Property Value
Type | Description |
---|---|
KuracordChannel |
Guild
Gets the guild in which the update occurred.
Declaration
public KuracordGuild Guild { get; }
Property Value
Type | Description |
---|---|
KuracordGuild |