Interface GuildChannelMixin<T extends GuildChannelMixin<T>>

All Superinterfaces:
Channel, ChannelMixin<T>, ChannelUnion, Comparable<GuildChannel>, Formattable, GuildChannel, GuildChannelUnion, IDetachableEntity, IDetachableEntityMixin, IMentionable, ISnowflake
All Known Subinterfaces:
AudioChannelMixin<T>, CategoryMixin<T>, ForumChannelMixin<T>, GuildMessageChannelMixin<T>, IAgeRestrictedChannelMixin<T>, ICategorizableChannelMixin<T>, IInteractionPermissionMixin<T>, IInviteContainerMixin<T>, IPermissionContainerMixin<T>, IPositionableChannelMixin<T>, IPostContainerMixin<T>, ISlowmodeChannelMixin<T>, IThreadContainerMixin<T>, ITopicChannelMixin<T>, IWebhookContainerMixin<T>, MediaChannelMixin<T>, NewsChannelMixin<T>, StageChannelMixin<T>, StandardGuildChannelMixin<T>, StandardGuildMessageChannelMixin<T>, TextChannelMixin<T>, ThreadChannelMixin<T>, VoiceChannelMixin<T>
All Known Implementing Classes:
AbstractGuildChannelImpl, AbstractStandardGuildChannelImpl, AbstractStandardGuildMessageChannelImpl, CategoryImpl, DetachedCategoryImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedNewsChannelImpl, DetachedStageChannelImpl, DetachedTextChannelImpl, DetachedThreadChannelImpl, DetachedVoiceChannelImpl, ForumChannelImpl, MediaChannelImpl, NewsChannelImpl, StageChannelImpl, TextChannelImpl, ThreadChannelImpl, VoiceChannelImpl

public interface GuildChannelMixin<T extends GuildChannelMixin<T>> extends GuildChannel, GuildChannelUnion, ChannelMixin<T>, IDetachableEntityMixin