Class GuildAvailableEvent

  • All Implemented Interfaces:
    GenericEvent

    public class GuildAvailableEvent
    extends GenericGuildEvent
    Indicates that a Guild became available.
    This is fired when a guild that was previously marked as unavailable by a GuildUnavailableEvent has become available again.

    Can be used to detect that a Guild will now start sending events and can be interacted with.

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GuildAvailableEvent

        public GuildAvailableEvent​(@Nonnull
                                   JDA api,
                                   long responseNumber,
                                   @Nonnull
                                   Guild guild)