Class ReorderChannelProperties
Provides properties that are used to reorder an Discord.IGuildChannel.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class ReorderChannelProperties
Properties​
Id​
Gets the ID of the channel to apply this position to.
View Source​
Declaration
public ulong Id { get; }
Position​
Gets the new zero-based position of this channel.
View Source​
Declaration
public int Position { get; }