Class ChannelUpdateTopicEvent

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

public class ChannelUpdateTopicEvent extends GenericChannelUpdateEvent<String>
  • Field Details

  • Constructor Details

    • ChannelUpdateTopicEvent

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