Package net.dv8tion.jda.api.events.channel.text.update
Events indicating that a
TextChannel
has been modified.
This provides both a GenericTextChannelUpdateEvent
and event for specific TextChannel settings such as the name
.
-
Class Summary Class Description GenericTextChannelUpdateEvent<T> Indicates that aTextChannel
was updated.TextChannelUpdateNameEvent Indicates that aTextChannel
's name changed.TextChannelUpdateNSFWEvent Indicates that aTextChannel
's NSFW status changed.TextChannelUpdateParentEvent Indicates that aTextChannel
's parent changed.TextChannelUpdatePermissionsEvent Indicates that aTextChannel
's permission overrides changed.TextChannelUpdatePositionEvent Indicates that aTextChannel
's position changed.TextChannelUpdateSlowmodeEvent Indicates that aTextChannel
's slowmode changed.TextChannelUpdateTopicEvent Indicates that aTextChannel
's topic changed.