Class GuildLeaveEvent


  • public class GuildLeaveEvent
    extends GenericGuildEvent
    Indicates that you left a Guild.

    Can be used to detect when you leave a Guild.

    • Constructor Summary

      Constructors 
      Constructor Description
      GuildLeaveEvent​(JDA api, long responseNumber, Guild guild)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GuildLeaveEvent

        public GuildLeaveEvent​(JDA api,
                               long responseNumber,
                               Guild guild)