Class ChannelUpdatePositionEvent

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

public class ChannelUpdatePositionEvent extends GenericChannelUpdateEvent<Integer>
  • Field Details

  • Constructor Details

    • ChannelUpdatePositionEvent

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