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 Permission.ADMINISTRATOR permission, any thread channels that the bot could not previously see would be "revealed". This event is also used when the bot is added to a private thread channel, revealing it through membership.

See Also:
  • Constructor Details