Package net.dv8tion.jda.api.events.guild
Class GuildUnbanEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.guild.GuildUnbanEvent
-
- All Implemented Interfaces:
GenericEvent
public class GuildUnbanEvent extends GenericGuildEvent
-
-
Constructor Summary
Constructors Constructor Description GuildUnbanEvent(JDA api, long responseNumber, Guild guild, User user)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description User
getUser()
TheUser
who was unbanned
Possibly fake user.-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-