Class ReorderChannelProperties
Provides properties that are used to reorder an IGuildChannel.
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public class ReorderChannelProperties : object
Constructors
| Improve this Doc View SourceReorderChannelProperties(UInt64, Int32)
Initializes a new instance of the ReorderChannelProperties class used to reorder a channel.
Declaration
public ReorderChannelProperties(ulong id, int position)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | id | Sets the ID of the channel to apply this position to. |
Int32 | position | Sets the new zero-based position of this channel. |
Properties
| Improve this Doc View SourceId
Gets the ID of the channel to apply this position to.
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
UInt64 | A |
Position
Gets the new zero-based position of this channel.
Declaration
public int Position { get; }
Property Value
Type | Description |
---|---|
Int32 | An |