Class ServerTextChannelChangeDefaultAutoArchiveDurationEventImpl

    • Constructor Detail

      • ServerTextChannelChangeDefaultAutoArchiveDurationEventImpl

        public ServerTextChannelChangeDefaultAutoArchiveDurationEventImpl​(ServerTextChannel channel,
                                                                          int oldDefaultAutoArchiveDuration,
                                                                          int newDefaultAutoArchiveDuration)
        Creates a new server text channel change default auto archive duration event.
        Parameters:
        channel - The channel of the event.
        oldDefaultAutoArchiveDuration - The old default auto archive duration of the channel.
        newDefaultAutoArchiveDuration - The new default auto archive duration of the channel.