diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
ChannelPositionChange
Channel
Position
Change
@
Serializable
@
SerialName
(
value
=
"position"
)
data
class
ChannelPositionChange
(
val
oldPosition
:
Int
?
=
null
,
val
newPosition
:
Int
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Channel
Position
Change
Link copied to clipboard
constructor
(
oldPosition
:
Int
?
=
null
,
newPosition
:
Int
?
=
null
)
Properties
new
Position
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newPosition
:
Int
?
=
null
old
Position
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldPosition
:
Int
?
=
null