Class CreateChannelRequest
Assembly: Revolt.Net.dll​
View Source​
Declaration
public class CreateChannelRequest
Properties​
Type​
View Source​
Declaration
[JsonProperty("type")]
public string Type { get; set; }
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; }