Interface IPostContainer

All Superinterfaces:
Channel, Comparable<GuildChannel>, Formattable, GuildChannel, IMentionable, IPermissionContainer, ISnowflake, IThreadContainer
All Known Subinterfaces:
ForumChannel, MediaChannel

public interface IPostContainer extends IThreadContainer
A 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: