Table of Contents

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 ulong

Sets the ID of the channel to apply this position to.

position int

Sets 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

ulong

A ulong representing the snowflake identifier of this channel.

Position

Gets the new zero-based position of this channel.

public int Position { get; }

Property Value

int

An int representing the new position of this channel.