public class GuildVoiceMoveEvent extends GuildVoiceUpdateEvent
Fired when a Member
for any reason is moved from one VoiceChannel
to another
Constructor | Description |
---|---|
GuildVoiceMoveEvent(JDA api,
long responseNumber,
Member member,
VoiceChannel channelLeft) |
Modifier and Type | Method | Description |
---|---|---|
VoiceChannel |
getChannelJoined() |
The
VoiceChannel that the Member is moved to |
getJDA, getResponseNumber
getGuild
getMember, getVoiceState
getChannelLeft
public GuildVoiceMoveEvent(JDA api, long responseNumber, Member member, VoiceChannel channelLeft)
public VoiceChannel getChannelJoined()
VoiceChannel
that the Member
is moved toVoiceChannel