Package org.javacord.api.event.server
Interface VoiceStateUpdateEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerVoiceChannelEvent,VoiceChannelEvent
public interface VoiceStateUpdateEvent extends ServerVoiceChannelEvent
A voice state update event. Provided only for the current logged-in user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSessionId()Gets the session id provided in this event.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelEvent
getChannel
-
-