diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
VoiceChannelBitrateChange
Voice
Channel
Bitrate
Change
@
Serializable
@
SerialName
(
value
=
"bitrate"
)
data
class
VoiceChannelBitrateChange
(
val
oldBitrate
:
Int
?
=
null
,
val
newBitrate
:
Int
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Voice
Channel
Bitrate
Change
Link copied to clipboard
constructor
(
oldBitrate
:
Int
?
=
null
,
newBitrate
:
Int
?
=
null
)
Properties
new
Bitrate
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newBitrate
:
Int
?
=
null
old
Bitrate
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldBitrate
:
Int
?
=
null