Class ChannelUpdateTypeEvent

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

public class ChannelUpdateTypeEvent extends GenericChannelUpdateEvent<ChannelType>
Indicates that a Channel's ChannelType was updated.

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

This event will most likely be fired when a Channel:

See Also:
  • Field Details

    • FIELD

      public static final ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details

    • ChannelUpdateTypeEvent

      public ChannelUpdateTypeEvent(@Nonnull JDA api, long responseNumber, Channel channel, ChannelType oldValue, ChannelType newValue)