Package org.javacord.api.event.server
Interface VoiceStateUpdateEvent
-
- All Superinterfaces:
ChannelEvent,Event,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 StringgetSessionId()Gets the session id provided in this event.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelEvent
getChannel
-
-
-
-
Method Detail
-
getSessionId
String getSessionId()
Gets the session id provided in this event.- Returns:
- The session id.
-
-