Table of Contents

Class ChannelEditModel

Namespace
DSharpPlus.Net.Models
Assembly
DSharpPlus.dll
public class ChannelEditModel : BaseEditModel
Inheritance
ChannelEditModel
Derived
Inherited Members

Properties

AvailableTags

Sets the channel's available tags.

Bitrate

Sets the voice channel's new bitrate.

DefaultAutoArchiveDuration

Sets the channel's auto-archive duration.

DefaultForumLayout

Sets the default layout of posts in this channel.

DefaultReaction

Sets the channel's default reaction, if any.

DefaultSortOrder

Sets the default sort order of posts in this channel.

DefaultThreadRateLimit

Sets the default slowmode of newly created threads, but does not retroactively update.

Flags

Sets the channel's flags (forum channels and posts only).

Name

Sets the channel's new name.

Nsfw

Sets whether the channel is to be marked as NSFW.

Parent

Sets the parent of this channel.

This should be channel with Type set to Category.

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.

QualityMode

Sets the voice channel's video quality.

RtcRegion

Sets the voice channel's region override.

Setting this to null will set it to automatic.

Topic

Sets the channel's new topic.

Type

Sets the channel's type.

This can only be used to convert between text and news channels.

Userlimit

Sets the voice channel's new user limit.

Setting this to 0 will disable the user limit.