public class UnavailableGuildJoinedEvent extends Event
Guild that is not yet available.
This does not extend GenericGuildEvent
Can be used to retrieve id of new unavailable Guild.
| Constructor | Description |
|---|---|
UnavailableGuildJoinedEvent(JDA api,
long responseNumber,
long guildId) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getGuildId() |
The ID of the guild
|
long |
getGuildIdLong() |
The ID of the guild
|
getJDA, getResponseNumberpublic UnavailableGuildJoinedEvent(JDA api, long responseNumber, long guildId)