Interface IThreadContainer

All Superinterfaces:
Channel, Comparable<GuildChannel>, Formattable, GuildChannel, IDetachableEntity, IMentionable, IPermissionContainer, ISnowflake
All Known Subinterfaces:
ForumChannel, ForumChannelMixin<T>, IPostContainer, IPostContainerMixin<T>, IThreadContainerMixin<T>, IThreadContainerUnion, MediaChannel, MediaChannelMixin<T>, NewsChannel, NewsChannelMixin<T>, StandardGuildMessageChannel, StandardGuildMessageChannelMixin<T>, TextChannel, TextChannelMixin<T>
All Known Implementing Classes:
AbstractStandardGuildMessageChannelImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedNewsChannelImpl, DetachedTextChannelImpl, ForumChannelImpl, MediaChannelImpl, NewsChannelImpl, TextChannelImpl

public interface IThreadContainer extends GuildChannel, IPermissionContainer
Abstraction of all channel types, which can contain or manage ThreadChannels.
See Also: