Class VoiceGuildChannelStatusProperties
public class VoiceGuildChannelStatusProperties
- Inheritance
-
VoiceGuildChannelStatusProperties
- Inherited Members
Constructors
VoiceGuildChannelStatusProperties()
public VoiceGuildChannelStatusProperties()
Properties
Status
The new voice channel status (max 500 characters).
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value
Methods
WithStatus(string?)
The new voice channel status (max 500 characters).
public VoiceGuildChannelStatusProperties WithStatus(string? status)
Parameters
statusstring