Class ChannelUpdatedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for the ChannelUpdated event.
public class ChannelUpdatedEventArgs : DiscordEventArgs
- Inheritance
-
ChannelUpdatedEventArgs
Properties
- ChannelAfter
Gets the post-update channel.
- ChannelBefore
Gets the pre-update channel.
- Guild
Gets the guild in which the update occurred.