Class ThreadHiddenEvent

  • All Implemented Interfaces:
    GenericEvent

    public class ThreadHiddenEvent
    extends GenericThreadEvent
    This event is dispatched when a 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:
    ThreadRevealedEvent
    • Constructor Detail