Class DiscordForumChannel
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents either a forum channel or a post in the forum.
public sealed class DiscordForumChannel : DiscordChannel
- Inheritance
-
DiscordForumChannel
- Inherited Members
- Extension Methods
Properties
- AvailableTags
Gets the available tags for the forum.
- DefaultLayout
The default layout of posts in the forum. Defaults to ListView
- DefaultPerUserRateLimit
Gets the default ratelimit per user for the forum. This is applied to all posts upon creation.
- DefaultReaction
The default reaction shown on posts when they are created.
- DefaultSortOrder
The default sort order of posts in the forum.
- Topic
Gets the topic of the forum. This doubles as the guidelines for the forum.
- Type
Gets the type of this channel.
Methods
- CreateForumPostAsync(ForumPostBuilder)
Creates a forum post.