Interface ForumChannel

All Superinterfaces:
Channel, Comparable<GuildChannel>, Formattable, GuildChannel, IAgeRestrictedChannel, ICategorizableChannel, ICopyableChannel, IInviteContainer, IMemberContainer, IMentionable, IPermissionContainer, IPositionableChannel, IPostContainer, ISlowmodeChannel, ISnowflake, IThreadContainer, IWebhookContainer, StandardGuildChannel

A Forum Channel which contains Forum Posts.
Forum posts are simply ThreadChannels of type ChannelType.GUILD_PUBLIC_THREAD.

The CREATE POSTS permission that is shown in the official Discord Client, is an alias for Permission.MESSAGE_SEND. Permission.CREATE_PUBLIC_THREADS is ignored for creating forum posts.

See Also: