Uses of Interface
org.javacord.api.event.channel.server.text.ServerTextChannelChangeDefaultAutoArchiveDurationEvent
-
Packages that use ServerTextChannelChangeDefaultAutoArchiveDurationEvent Package Description org.javacord.api.listener.channel.server.text -
-
Uses of ServerTextChannelChangeDefaultAutoArchiveDurationEvent in org.javacord.api.listener.channel.server.text
Methods in org.javacord.api.listener.channel.server.text with parameters of type ServerTextChannelChangeDefaultAutoArchiveDurationEvent Modifier and Type Method Description voidServerTextChannelChangeDefaultAutoArchiveDurationListener. onServerTextChannelChangeDefaultAutoArchiveDuration(ServerTextChannelChangeDefaultAutoArchiveDurationEvent event)This method is called every time a server text channel's default auto archive duration changes.
-