mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 09:12:53 +00:00
discord: VoiceState.RequestToSpeakTimestamp nullable (#367)
This commit is contained in:
parent
dc3453beaa
commit
97c4be4abf
|
@ -18,7 +18,7 @@ type VoiceState struct {
|
|||
SelfVideo bool `json:"self_video,omitempty"`
|
||||
Suppress bool `json:"suppress"`
|
||||
|
||||
RequestToSpeakTimestamp Timestamp `json:"request_to_speak_timestamp"`
|
||||
RequestToSpeakTimestamp *Timestamp `json:"request_to_speak_timestamp"`
|
||||
}
|
||||
|
||||
type VoiceRegion struct {
|
||||
|
|
Loading…
Reference in a new issue