Table of Contents

Class VoiceGuildChannelStatusProperties

Namespace
NetCord.Rest
Assembly
NetCord.dll
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

string

Methods

WithStatus(string?)

The new voice channel status (max 500 characters).

public VoiceGuildChannelStatusProperties WithStatus(string? status)

Parameters

status string

Returns

VoiceGuildChannelStatusProperties