Skip to main content

Class CreateServerRequest

Assembly: Revolt.Net.dll​
View Source​
Declaration
public class CreateServerRequest

Properties​

Name​

View Source​
Declaration
[JsonProperty("name")]
public string Name { get; set; }

Description​

View Source​
Declaration
[JsonProperty("description")]
public string Description { get; set; }

Nsfw​

View Source​
Declaration
[JsonProperty("nsfw")]
public bool Nsfw { get; set; }

Nonce​

View Source​
Declaration
[JsonProperty("nonce")]
public string Nonce { get; set; }