diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
GuildVanityUrlCodeChange
Guild
Vanity
Url
Code
Change
@
Serializable
@
SerialName
(
value
=
"vanity_url_code"
)
data
class
GuildVanityUrlCodeChange
(
val
oldVanityCode
:
String
?
=
null
,
val
newVanityCode
:
String
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Guild
Vanity
Url
Code
Change
Link copied to clipboard
constructor
(
oldVanityCode
:
String
?
=
null
,
newVanityCode
:
String
?
=
null
)
Properties
new
Vanity
Code
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newVanityCode
:
String
?
=
null
old
Vanity
Code
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldVanityCode
:
String
?
=
null