Class ChannelUpdateBitrateEvent

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

public class ChannelUpdateBitrateEvent extends GenericChannelUpdateEvent<Integer>
Indicates that a Channel's bitrate has been updated.

Limited to Audio Channels.

See Also:
  • Field Details

    • FIELD

      public static final ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details

    • ChannelUpdateBitrateEvent

      public ChannelUpdateBitrateEvent(@Nonnull JDA api, long responseNumber, Channel channel, Integer oldValue, Integer newValue)