Interface ISlowmodeChannelManager<T extends ISlowmodeChannel,M extends ISlowmodeChannelManager<T,M>>

Type Parameters:
T - The concrete ISlowmodeChannel type
M - The concrete manager type
All Superinterfaces:
AuditableRestAction<Void>, ChannelManager<T,M>, Manager<M>, RestAction<Void>
All Known Subinterfaces:
ForumChannelManager, MediaChannelManager, StageChannelManager, TextChannelManager, ThreadChannelManager, VoiceChannelManager

public interface ISlowmodeChannelManager<T extends ISlowmodeChannel,M extends ISlowmodeChannelManager<T,M>> extends ChannelManager<T,M>
Manager which supports setting slowmode of a channel.