ModEventComment

data class ModEventComment(val comment: String, val sticky: Boolean? = null)

Add a comment to a subject

Constructors

Link copied to clipboard
constructor(comment: String, sticky: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val sticky: Boolean? = null

Make the comment persistent on the subject