Class GenericGuildVoiceEvent

All Implemented Interfaces:
GenericEvent
Direct Known Subclasses:
GuildVoiceDeafenEvent, GuildVoiceGuildDeafenEvent, GuildVoiceGuildMuteEvent, GuildVoiceMuteEvent, GuildVoiceRequestToSpeakEvent, GuildVoiceSelfDeafenEvent, GuildVoiceSelfMuteEvent, GuildVoiceStreamEvent, GuildVoiceSuppressEvent, GuildVoiceUpdateEvent, GuildVoiceVideoEvent

public abstract class GenericGuildVoiceEvent extends GenericGuildEvent
Indicates that a Guild voice event is fired.
Every GuildVoiceEvent is an instance of this event and can be casted.

Can be used to detect any GuildVoiceEvent.

Requirements

These events require the VOICE_STATE CacheFlag to be enabled, which requires the GUILD_VOICE_STATES intent.
createLight(String) disables that CacheFlag by default!