Class ForumChannelEditModel
- Namespace
- DisCatSharp.Net.Models
- Assembly
- DisCatSharp.dll
Represents a forum channel edit model.
public class ForumChannelEditModel : BaseEditModel
- Inheritance
-
ForumChannelEditModel
- Inherited Members
Properties
- AvailableTags
Sets the available tags.
- DefaultAutoArchiveDuration
Sets this channel's default duration for newly created threads, in minutes, to automatically archive the thread after recent activity.
- DefaultForumLayout
Sets the default forum layout
- DefaultReactionEmoji
Sets the default reaction emoji.
- DefaultSortOrder
Sets the default forum post sort order
- Name
Sets the channel's new name.
- Nsfw
Sets whether the channel is to be marked as NSFW.
- PerUserRateLimit
Sets the channel's new slow mode timeout.
Setting this to null or 0 will disable slow mode.
- PermissionOverwrites
Sets the channel's permission overwrites.
- Position
Sets the channel's new position.
- PostCreateUserRateLimit
Sets the channel's new post slow mode timeout.
Setting this to null or 0 will disable slow mode.
- Template
Sets the channel's new template.
warning
This is not yet released and won't be applied by library.
- Topic
Sets the channel's new topic.
- UserLimit
Sets the voice channel's new user limit.
Setting this to 0 will disable the user limit.