Class ReorderRoleProperties
Properties that are used to reorder an Discord.IRole.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class ReorderRoleProperties
Properties​
Id​
Gets the identifier of the role to be edited.
View Source​
Declaration
public ulong Id { get; }
Position​
Gets the new zero-based position of the role.
View Source​
Declaration
public int Position { get; }