DiscordVoiceRegion¶
Description¶
Represents a Discord voice region.
Properties¶
| type | name |
|---|---|
| String | id |
| String | name |
| bool | vip |
| bool | optimal |
| bool | deprecated |
| bool | custom |
Property Descriptions¶
-
String id
Unique ID for the region.
-
String name
Name of the region.
-
bool vip
There is currently no description for this property.
-
bool optimal
truefor a single server that is closest to the current user's client.
-
bool deprecated
Whether this is a deprecated voice region.
-
bool custom
Whether the region is custom.