Table of Contents

Class ChannelUpdatedEventArgs

Namespace
DSharpPlus.EventArgs
Assembly
DSharpPlus.dll

Represents arguments for the ChannelUpdated event.

public class ChannelUpdatedEventArgs : DiscordEventArgs
Inheritance
object
EventArgs
ChannelUpdatedEventArgs

Properties

ChannelAfter

Gets the post-update channel.

ChannelBefore

Gets the pre-update channel.

Guild

Gets the guild in which the update occurred.