Class ThreadHiddenEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.thread.GenericThreadEvent
net.dv8tion.jda.api.events.thread.ThreadHiddenEvent
- All Implemented Interfaces:
GenericEvent
This event is dispatched when a
For example, if JDA can no longer access a TextChannel due to a change in permissions, this event will be dispatched for each child ThreadChannel of that channel.
ThreadChannel
that JDA did have access to is now inaccessible (due to permissions).
For example, if JDA can no longer access a TextChannel due to a change in permissions, this event will be dispatched for each child ThreadChannel of that channel.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.thread.GenericThreadEvent
getGuild, getThread
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Constructor Details
-
ThreadHiddenEvent
-