JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package net.dv8tion.jda.api.events.channel
package
net.dv8tion.jda.api.events.channel
Events indicating that a new channel (MessageChannel / GuildChannel) was either modified, created or deleted.
Related Packages
Package
Description
net.dv8tion.jda.api.events
The core events that are fired by this library, informing the end-user about the state of the current JDA instance.
net.dv8tion.jda.api.events.channel.forum
Events related to forum tags.
net.dv8tion.jda.api.events.channel.update
Events indicating that a specific channel property was updated.
Classes
Class
Description
ChannelCreateEvent
Indicates that a
Channel
was created.
ChannelDeleteEvent
Indicates that a
Channel
was deleted.
GenericChannelEvent
Top-level channel event type
All channel events JDA fires are derived from this class.