Search Results for

    Show / Hide Table of Contents

    Class ReorderChannelProperties

    Provides properties that are used to reorder an IGuildChannel.

    Inheritance
    Object
    ReorderChannelProperties
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class ReorderChannelProperties : object

    Constructors

    | Improve this Doc View Source

    ReorderChannelProperties(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 Source

    Id

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

    Declaration
    public ulong Id { get; }
    Property Value
    Type Description
    UInt64

    A representing the snowflake identifier of this channel.

    | Improve this Doc View Source

    Position

    Gets the new zero-based position of this channel.

    Declaration
    public int Position { get; }
    Property Value
    Type Description
    Int32

    An representing the new position of this channel.

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2