Search Results for

    Show / Hide Table of Contents

    Class DiscordModifyGuildRolePositions

    Represents a discord Modify Guild Role Positions API request model. Docs: https://discord.com/developers/docs/resources/guild#modify-guild-role-positions

    Inheritance
    System.Object
    DiscordModifyGuildRolePositions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Color_Chan.Discord.Core.Common.API.Params.Guild
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordModifyGuildRolePositions

    Properties

    | Improve this Doc View Source

    Id

    The role id.

    Declaration
    [JsonPropertyName("id")]
    public ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Position

    Sorting position of the role.

    Declaration
    [JsonPropertyName("position")]
    public int? Position { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX