namespace Discord.Rpc { public class VoiceModeProperties { public Optional Type { get; set; } public Optional AutoThreshold { get; set; } public Optional Threshold { get; set; } public Optional Shortcut { get; set; } public Optional Delay { get; set; } } }