mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-04-04 19:14:59 +00:00
Voice: Add UserID to SpeakingData
This commit is contained in:
parent
59539403b3
commit
38fe1fafd0
|
@ -105,7 +105,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
// OPCode 5
|
// OPCode 5
|
||||||
// https://discord.com/developers/docs/topics/voice-connections#speaking-example-speaking-payload
|
// https://discordapp.com/developers/docs/topics/voice-connections#speaking-example-speaking-payload
|
||||||
type SpeakingData struct {
|
type SpeakingData struct {
|
||||||
Speaking SpeakingFlag `json:"speaking"`
|
Speaking SpeakingFlag `json:"speaking"`
|
||||||
Delay int `json:"delay"`
|
Delay int `json:"delay"`
|
||||||
|
|
Loading…
Reference in a new issue