Interface GuildChannel

All Superinterfaces:
Channel, Comparable<GuildChannel>, Formattable, IDetachableEntity, IMentionable, ISnowflake
All Known Subinterfaces:
AudioChannel, AudioChannelMixin<T>, AudioChannelUnion, Category, CategoryMixin<T>, DefaultGuildChannelUnion, ForumChannel, ForumChannelMixin<T>, GuildChannelMixin<T>, GuildChannelUnion, GuildMessageChannel, GuildMessageChannelMixin<T>, GuildMessageChannelUnion, IAgeRestrictedChannel, IAgeRestrictedChannelMixin<T>, ICategorizableChannel, ICategorizableChannelMixin<T>, ICopyableChannel, IInteractionPermissionMixin<T>, IInviteContainer, IInviteContainerMixin<T>, IMemberContainer, IPermissionContainer, IPermissionContainerMixin<T>, IPermissionContainerUnion, IPositionableChannel, IPositionableChannelMixin<T>, IPostContainer, IPostContainerMixin<T>, ISlowmodeChannel, ISlowmodeChannelMixin<T>, IThreadContainer, IThreadContainerMixin<T>, IThreadContainerUnion, ITopicChannelMixin<T>, IWebhookContainer, IWebhookContainerMixin<T>, IWebhookContainerUnion, MediaChannel, MediaChannelMixin<T>, NewsChannel, NewsChannelMixin<T>, StageChannel, StageChannelMixin<T>, StandardGuildChannel, StandardGuildChannelMixin<T>, StandardGuildMessageChannel, StandardGuildMessageChannelMixin<T>, TextChannel, TextChannelMixin<T>, ThreadChannel, ThreadChannelMixin<T>, VoiceChannel, 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 GuildChannel extends Channel, Comparable<GuildChannel>
Represents a Guild channel.
See Also: