Interface StandardGuildMessageChannel

All Superinterfaces:
Channel, Comparable<GuildChannel>, Formattable, GuildChannel, GuildMessageChannel, IAgeRestrictedChannel, ICategorizableChannel, ICopyableChannel, IDetachableEntity, IInviteContainer, IMemberContainer, IMentionable, IPermissionContainer, IPositionableChannel, ISnowflake, IThreadContainer, IWebhookContainer, MessageChannel, StandardGuildChannel
All Known Subinterfaces:
NewsChannel, NewsChannelMixin<T>, StandardGuildMessageChannelMixin<T>, TextChannel, TextChannelMixin<T>
All Known Implementing Classes:
AbstractStandardGuildMessageChannelImpl, DetachedNewsChannelImpl, DetachedTextChannelImpl, NewsChannelImpl, TextChannelImpl

Represents a standard GuildMessageChannel which are the "normal" message channels that are present in the channel sidebar. They include all the functionality of StandardGuildChannels along with the extra functionality expected of normal guild message channels like messaging, thread support, and webhooks.
These are not ThreadChannels.
See Also: