mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-11-22 12:33:38 +00:00
Voice: Add UserID to SpeakingData (#161)
This commit is contained in:
parent
42724e0b91
commit
de7d7f62a4
|
|
@ -110,6 +110,7 @@ type SpeakingData struct {
|
|||
Speaking SpeakingFlag `json:"speaking"`
|
||||
Delay int `json:"delay"`
|
||||
SSRC uint32 `json:"ssrc"`
|
||||
UserID discord.UserID `json:"user_id,omitempty"`
|
||||
}
|
||||
|
||||
// Speaking sends a Speaking operation (opcode 5) to the Gateway Gateway.
|
||||
|
|
|
|||
Loading…
Reference in a new issue