Class VoiceChannelDeleteEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
-
- net.dv8tion.jda.api.events.channel.voice.VoiceChannelDeleteEvent
-
- All Implemented Interfaces:
GenericEvent
public class VoiceChannelDeleteEvent extends GenericVoiceChannelEvent
Indicates that aVoiceChannel
was deleted.Can be used to get affected VoiceChannel or affected Guild.
-
-
Constructor Summary
Constructors Constructor Description VoiceChannelDeleteEvent(JDA api, long responseNumber, VoiceChannel channel)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
getChannel, getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-
-
-
Constructor Detail
-
VoiceChannelDeleteEvent
public VoiceChannelDeleteEvent(@Nonnull JDA api, long responseNumber, @Nonnull VoiceChannel channel)
-
-