Class SpeakingProperties
- Namespace
- NetCord.Gateway.Voice
- Assembly
- NetCord.dll
public class SpeakingProperties
- Inheritance
-
SpeakingProperties
- Inherited Members
-
Constructors
SpeakingProperties(SpeakingFlags)
public SpeakingProperties(SpeakingFlags speaking)
Parameters
speaking
SpeakingFlags
Properties
Delay
[JsonPropertyName("delay")]
public int Delay { get; set; }
Property Value
- int
Speaking
[JsonPropertyName("speaking")]
public SpeakingFlags Speaking { get; set; }
Property Value
- SpeakingFlags
Methods
WithDelay(int)
public SpeakingProperties WithDelay(int delay)
Parameters
delay
int
Returns
- SpeakingProperties
WithSpeaking(SpeakingFlags)
public SpeakingProperties WithSpeaking(SpeakingFlags speaking)
Parameters
speaking
SpeakingFlags
Returns
- SpeakingProperties