diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common
/
VoiceRegion
Voice
Region
@
Serializable
data
class
VoiceRegion
(
val
id
:
String
,
val
name
:
String
,
val
vipOnly
:
Boolean
,
val
optimalForCurrentUser
:
Boolean
,
val
deprecated
:
Boolean
,
val
customRegion
:
Boolean
)
(
source
)
Members
Constructors
Voice
Region
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
vipOnly
:
Boolean
,
optimalForCurrentUser
:
Boolean
,
deprecated
:
Boolean
,
customRegion
:
Boolean
)
Properties
custom
Region
Link copied to clipboard
@
SerialName
(
value
=
"custom"
)
val
customRegion
:
Boolean
deprecated
Link copied to clipboard
@
SerialName
(
value
=
"deprecated"
)
val
deprecated
:
Boolean
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
optimal
For
Current
User
Link copied to clipboard
@
SerialName
(
value
=
"optimal"
)
val
optimalForCurrentUser
:
Boolean
vip
Only
Link copied to clipboard
@
SerialName
(
value
=
"vip"
)
val
vipOnly
:
Boolean