Class ThreadRevealedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.thread.GenericThreadEvent
net.dv8tion.jda.api.events.thread.ThreadRevealedEvent
- All Implemented Interfaces:
GenericEvent
This event is dispatched when a
ThreadChannel
that JDA didn't previously have access to (due to permissions) is now visible.
For example, if the bot is given the net.dv8tion.jda.api.Permission.ADMINISTRATOR
permission, any thread channels that the bot could not previously see would be "revealed".- 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
-
ThreadRevealedEvent
-