CMPost

@Serializable
data class CMPost(val postId: Int, val date: Instant, val board: String, val threadTitle: String) : BaseForumPost(source)

A post made by a Community Manager in the CMPostArchive.

Constructors

Link copied to clipboard
constructor(postId: Int, date: Instant, board: String, threadTitle: String)

Properties

Link copied to clipboard

The name of the board where the post is.

Link copied to clipboard
val date: Instant

The date and time when the post was created.

Link copied to clipboard
open override val postId: Int

The ID of the post.

Link copied to clipboard

The title of the thread where the post is.

Link copied to clipboard
open val url: String

The URL to this post.