diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
GuildInviteSplashChange
Guild
Invite
Splash
Change
@
Serializable
@
SerialName
(
value
=
"splash_hash"
)
data
class
GuildInviteSplashChange
(
val
oldHash
:
String
?
=
null
,
val
newHash
:
String
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Guild
Invite
Splash
Change
Link copied to clipboard
constructor
(
oldHash
:
String
?
=
null
,
newHash
:
String
?
=
null
)
Properties
new
Hash
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newHash
:
String
?
=
null
old
Hash
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldHash
:
String
?
=
null