We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VoiceRegion.ID
1 parent 7bfde5b commit e320d08Copy full SHA for e320d08
discord/voice_region.go
@@ -1,10 +1,8 @@
1
package discord
2
3
-import "github.com/disgoorg/snowflake/v2"
4
-
5
// VoiceRegion (https://discord.com/developers/docs/resources/voice#voice-region-object)
6
type VoiceRegion struct {
7
- ID snowflake.ID `json:"id"`
+ ID string `json:"id"`
8
Name string `json:"name"`
9
Vip bool `json:"vip"`
10
Optimal bool `json:"optimal"`
0 commit comments