Package net.dv8tion.jda.api.events.guild
Class UnavailableGuildLeaveEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.guild.UnavailableGuildLeaveEvent
- All Implemented Interfaces:
- GenericEvent
Indicates that you left a 
Guild that is not yet available.
 This does not extend GenericGuildEvent
 Can be used to retrieve id of the unavailable Guild.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe id for the guild we left.longThe id for the guild we left.Methods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getRawData, getResponseNumber, toString
- 
Constructor Details- 
UnavailableGuildLeaveEvent
 
- 
- 
Method Details- 
getGuildIdThe id for the guild we left.- Returns:
- The id for the guild
 
- 
getGuildIdLongpublic long getGuildIdLong()The id for the guild we left.- Returns:
- The id for the guild
 
 
-