Package discord4j.voice
Interface VoiceStateUpdateTask
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Experimental public interface VoiceStateUpdateTask
A listener to derive a potentially new session ID from a VOICE_STATE_UPDATE gateway event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Flux<String>onVoiceStateUpdate(Snowflake guildId)
-