Class ThreadRevealedEvent

  • All Implemented Interfaces:
    GenericEvent

    public class ThreadRevealedEvent
    extends GenericThreadEvent
    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:
    ThreadHiddenEvent
    • Constructor Detail