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.TextChannelUpdateNewsEvent Indicates that aTextChannel
's has been converted into a news channel or reverted into a normal channel.TextChannelUpdateNSFWEvent Indicates that aTextChannel
's NSFW status changed.TextChannelUpdateParentEvent Indicates that aTextChannel
's parent changed.TextChannelUpdatePermissionsEvent Deprecated. This event is no longer feasible due to members not being cached by default.TextChannelUpdatePositionEvent Indicates that aTextChannel
's position changed.TextChannelUpdateSlowmodeEvent Indicates that aTextChannel
's slowmode changed.TextChannelUpdateTopicEvent Indicates that aTextChannel
's topic changed.