diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
InviteCodeChange
Invite
Code
Change
@
Serializable
@
SerialName
(
value
=
"code"
)
data
class
InviteCodeChange
(
val
oldCode
:
String
?
=
null
,
val
newCode
:
String
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Invite
Code
Change
Link copied to clipboard
constructor
(
oldCode
:
String
?
=
null
,
newCode
:
String
?
=
null
)
Properties
new
Code
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newCode
:
String
?
=
null
old
Code
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldCode
:
String
?
=
null