Class ChannelUpdateNameEvent

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

public class ChannelUpdateNameEvent extends GenericChannelUpdateEvent<String>
Indicates that a Channel's name has been updated.

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

See Also:
  • Field Details

    • FIELD

      public static final ChannelField FIELD
    • IDENTIFIER

      public static final String IDENTIFIER
  • Constructor Details

    • ChannelUpdateNameEvent

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