Skip to main content

Class GuildChannelProperties

Properties that are used to modify an Discord.IGuildChannel with the specified changes.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class GuildChannelProperties

Properties​

Name​

Gets or sets the channel to this name.

View Source​
Declaration
public Optional<string> Name { get; set; }

Position​

Moves the channel to the following position. This property is zero-based.

View Source​
Declaration
public Optional<int> Position { get; set; }

CategoryId​

Gets or sets the category ID for this channel.

View Source​
Declaration
public Optional<ulong?> CategoryId { get; set; }

PermissionOverwrites​

Gets or sets the permission overwrites for this channel.

View Source​
Declaration
public Optional<IEnumerable<Overwrite>> PermissionOverwrites { get; set; }