Class CreateGuildChannelRequest
- Namespace
- Fluxer.Net.Rest
- Assembly
- Fluxer.Net.dll
public abstract class CreateGuildChannelRequest
- Inheritance
-
object
CreateGuildChannelRequest
- Derived
-
Properties
Bitrate
[JsonProperty("bitrate")]
public int? Bitrate { get; set; }
Property Value
- int?
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
- string
Nsfw
[JsonProperty("nsfw")]
public bool Nsfw { get; set; }
Property Value
- bool
ParentCategoryId
[JsonProperty("parent_id")]
public ulong? ParentCategoryId { get; set; }
Property Value
- ulong?
PermissionOverwrites
[JsonProperty("permission_overwrites")]
public ChannelOverwriteRequest[]? PermissionOverwrites { get; set; }
Property Value
- ChannelOverwriteRequest[]
RatelimitPerUser
[JsonProperty("rate_limit_per_user")]
public int? RatelimitPerUser { get; set; }
Property Value
- int?
Topic
[JsonProperty("topic")]
public string? Topic { get; set; }
Property Value
- string
Type
[JsonProperty("type")]
public abstract GuildChannelType Type { get; }
Property Value
- GuildChannelType
Url
[JsonProperty("url")]
public string? Url { get; set; }
Property Value
- string
UserLimit
[JsonProperty("user_limit")]
public int? UserLimit { get; set; }
Property Value
- int?
VoiceConnectionLimit
[JsonProperty("voice_connection_limit")]
public int? VoiceConnectionLimit { get; set; }
Property Value
- int?