diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
GuildAfkTimeoutChange
Guild
Afk
Timeout
Change
@
Serializable
@
SerialName
(
value
=
"afk_timeout"
)
data
class
GuildAfkTimeoutChange
(
val
oldTimeout
:
Int
?
=
null
,
val
newTimeout
:
Int
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Guild
Afk
Timeout
Change
Link copied to clipboard
constructor
(
oldTimeout
:
Int
?
=
null
,
newTimeout
:
Int
?
=
null
)
Properties
new
Timeout
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newTimeout
:
Int
?
=
null
old
Timeout
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldTimeout
:
Int
?
=
null