Table of Contents

Class CreateGuildRoleRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll

Request body for creating a role in a guild.

public class CreateGuildRoleRequest
Inheritance
object
CreateGuildRoleRequest

Properties

Color

Color as an integer (e.g: 0xff0000 for red)

[JsonProperty("color")]
public int? Color { get; set; }

Property Value

int?

Name

The name of the role (1-100 characters)

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Permissions

[JsonProperty("permissions")]
public ulong? Permissions { get; set; }

Property Value

ulong?