ModEventComment

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

Add a comment to a subject. An empty comment will clear any previously set sticky comment.

Parameters

sticky

Make the comment persistent on the subject

Constructors

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

Properties

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

Make the comment persistent on the subject