Interface TextChannelManager

All Superinterfaces:
AuditableRestAction<Void>, ChannelManager<TextChannel, TextChannelManager>, IAgeRestrictedChannelManager<TextChannel, TextChannelManager>, ICategorizableChannelManager<TextChannel, TextChannelManager>, IPermissionContainerManager<TextChannel, TextChannelManager>, IPositionableChannelManager<TextChannel, TextChannelManager>, ISlowmodeChannelManager<TextChannel, TextChannelManager>, IThreadContainerManager<TextChannel, TextChannelManager>, Manager<TextChannelManager>, RestAction<Void>, StandardGuildChannelManager<TextChannel, TextChannelManager>, StandardGuildMessageChannelManager<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: