Class ReorderChannelProperties
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Provides properties that are used to reorder an IGuildChannel.
public class ReorderChannelProperties
- Inheritance
-
ReorderChannelProperties
- Inherited Members
Constructors
ReorderChannelProperties(ulong, int)
Initializes a new instance of the ReorderChannelProperties class used to reorder a channel.
public ReorderChannelProperties(ulong id, int position)
Parameters
id
ulongSets the ID of the channel to apply this position to.
position
intSets the new zero-based position of this channel.
Properties
Id
Gets the ID of the channel to apply this position to.
public ulong Id { get; }
Property Value
Position
Gets the new zero-based position of this channel.
public int Position { get; }