1
0
Fork 0
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:
ayn2op 2023-01-06 20:13:46 +05:30 committed by GitHub
parent dc3453beaa
commit 97c4be4abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {