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
Link copied to clipboard

Make the comment persistent on the subject