diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
InviteMaxUsersChange
Invite
Max
Users
Change
@
Serializable
@
SerialName
(
value
=
"max_uses"
)
data
class
InviteMaxUsersChange
(
val
oldMax
:
Int
?
=
null
,
val
newMax
:
Int
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Invite
Max
Users
Change
Link copied to clipboard
constructor
(
oldMax
:
Int
?
=
null
,
newMax
:
Int
?
=
null
)
Properties
new
Max
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newMax
:
Int
?
=
null
old
Max
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldMax
:
Int
?
=
null