diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.commands
/
UpdateVoiceState
Update
Voice
State
@
Serializable
data
class
UpdateVoiceState
(
val
snowflakeId
:
String
,
val
channelId
:
String
,
val
maxResults
:
Int
=
0
,
val
userIsMuted
:
Boolean
,
val
userIsDeafened
:
Boolean
)
(
source
)
Members
Constructors
Update
Voice
State
Link copied to clipboard
constructor
(
snowflakeId
:
String
,
channelId
:
String
,
maxResults
:
Int
=
0
,
userIsMuted
:
Boolean
,
userIsDeafened
:
Boolean
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
max
Results
Link copied to clipboard
@
SerialName
(
value
=
"limit"
)
val
maxResults
:
Int
=
0
snowflake
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
snowflakeId
:
String
user
Is
Deafened
Link copied to clipboard
@
SerialName
(
value
=
"self_deaf"
)
val
userIsDeafened
:
Boolean
user
Is
Muted
Link copied to clipboard
@
SerialName
(
value
=
"self_mute"
)
val
userIsMuted
:
Boolean