toggle menu
kord
0.16.0-SNAPSHOT
jvm
switch theme
search in API
kord-voice
/
dev.kord.voice.gateway
/
SendSpeaking
Send
Speaking
@
KordVoice
@
Serializable
data
class
SendSpeaking
(
val
speaking
:
SpeakingFlags
,
val
delay
:
Int
,
val
ssrc
:
UInt
)
:
Command
(
source
)
Members
Constructors
Send
Speaking
Link copied to clipboard
constructor
(
speaking
:
SpeakingFlags
,
delay
:
Int
,
ssrc
:
UInt
)
Properties
delay
Link copied to clipboard
val
delay
:
Int
speaking
Link copied to clipboard
val
speaking
:
SpeakingFlags
ssrc
Link copied to clipboard
val
ssrc
:
UInt