diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
ChannelRatLimitPerUserChange
Channel
Rat
Limit
Per
User
Change
@
Serializable
@
SerialName
(
value
=
"rate_limit_per_user"
)
data
class
ChannelRatLimitPerUserChange
(
val
oldLimit
:
Int
?
=
null
,
val
newLimit
:
Int
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Channel
Rat
Limit
Per
User
Change
Link copied to clipboard
constructor
(
oldLimit
:
Int
?
=
null
,
newLimit
:
Int
?
=
null
)
Properties
new
Limit
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newLimit
:
Int
?
=
null
old
Limit
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldLimit
:
Int
?
=
null