Class ChannelUpdateVoiceStatusEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<Channel,String>

public class ChannelUpdateVoiceStatusEvent extends GenericChannelUpdateEvent<String>
Indicates that a Channel's voice channel status has been updated.

Can be used to retrieve the old status and the new one.

Limited to VoiceChannels.

See Also:
  • Field Details

    • FIELD

      public static final ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details

    • ChannelUpdateVoiceStatusEvent

      public ChannelUpdateVoiceStatusEvent(@Nonnull JDA api, long responseNumber, Channel channel, String oldValue, String newValue)