diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
GuildDefaultNotificationLevelChange
Guild
Default
Notification
Level
Change
@
Serializable
@
SerialName
(
value
=
"default_message_notifications"
)
data
class
GuildDefaultNotificationLevelChange
(
val
oldDefault
:
NotificationsLevel
?
=
null
,
val
newDefault
:
NotificationsLevel
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Guild
Default
Notification
Level
Change
Link copied to clipboard
constructor
(
oldDefault
:
NotificationsLevel
?
=
null
,
newDefault
:
NotificationsLevel
?
=
null
)
Properties
new
Default
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newDefault
:
NotificationsLevel
?
=
null
old
Default
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldDefault
:
NotificationsLevel
?
=
null