Interface TextChannelManager

All Superinterfaces:
AuditableRestAction<Void>, BaseGuildMessageChannelManager<TextChannel,TextChannelManager>, ChannelManager<TextChannel,TextChannelManager>, ICategorizableChannelManager<TextChannel,TextChannelManager>, IPermissionContainerManager<TextChannel,TextChannelManager>, IPositionableChannelManager<TextChannel,TextChannelManager>, Manager<TextChannelManager>, RestAction<Void>

public interface TextChannelManager extends BaseGuildMessageChannelManager<TextChannel,TextChannelManager>
Manager providing functionality common for all TextChannels.

Example


 manager.setSlowmode(10)
        .queue();
 manager.reset(ChannelManager.PARENT | ChannelManager.NAME)
        .setTopic("nsfw-commits")
        .setNSFW(true)
        .queue();
 
See Also: