Class TextChannelDeleteEvent


  • public class TextChannelDeleteEvent
    extends GenericTextChannelEvent
    Indicates that a TextChannel has been deleted.

    Can be used to detect when a TextChannel has been deleted.

    • Constructor Detail

      • TextChannelDeleteEvent

        public TextChannelDeleteEvent​(JDA api,
                                      long responseNumber,
                                      TextChannel channel)