1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-03-24 02:49:34 +00:00

Voice: Add UserID to SpeakingData

This commit is contained in:
Tyler Stuyfzand 2020-11-15 04:11:24 -05:00 committed by diamondburned
parent 59539403b3
commit 38fe1fafd0

View file

@ -105,7 +105,7 @@ const (
)
// 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 {
Speaking SpeakingFlag `json:"speaking"`
Delay int `json:"delay"`