Package net.dv8tion.jda.api.events.guild
Class UnavailableGuildJoinedEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.UnavailableGuildJoinedEvent
-
- All Implemented Interfaces:
GenericEvent
public class UnavailableGuildJoinedEvent extends Event
Indicates that you joined aGuild
that is not yet available. This does not extendGenericGuildEvent
Can be used to retrieve id of new unavailable Guild.
-
-
Constructor Summary
Constructors Constructor Description UnavailableGuildJoinedEvent(JDA api, long responseNumber, long guildId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGuildId()
The ID of the guildlong
getGuildIdLong()
The ID of the guild-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-