Interface TextChannel

All Superinterfaces:
BaseGuildMessageChannel, Channel, Comparable<GuildChannel>, Formattable, GuildChannel, GuildMessageChannel, ICategorizableChannel, ICopyableChannel, IInviteContainer, IMemberContainer, IMentionable, IPermissionContainer, IPositionableChannel, ISnowflake, IThreadContainer, MessageChannel

public interface TextChannel extends BaseGuildMessageChannel
Represents a standard Discord Text GuildChannel.
Adds additional functionality and information for text channels in Discord, on top of the common functionality present in other guild message channels.

This is a GuildChannel capable of sending messages.

See Also: