toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.moderation
/
ModEventComment
Mod
Event
Comment
@
Serializable
data
class
ModEventComment
(
val
comment
:
String
,
val
sticky
:
Boolean
?
=
null
)
Add a comment to a subject
Parameters
sticky
Make the comment persistent on the subject
Members
Constructors
Mod
Event
Comment
Link copied to clipboard
constructor
(
comment
:
String
,
sticky
:
Boolean
?
=
null
)
Properties
comment
Link copied to clipboard
val
comment
:
String
sticky
Link copied to clipboard
val
sticky
:
Boolean
?
=
null
Make the comment persistent on the subject