API reference
Property Paused
- Namespace
- DisCatSharp.Lavalink.Models
- Assembly
- DisCatSharp.Lavalink.dll
Paused
Sets whether the player is paused.
[JsonProperty("paused")]
public Optional<bool> Paused { set; }
Sets whether the player is paused.
[JsonProperty("paused")]
public Optional<bool> Paused { set; }