CMPost

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

A post made by a Community Manager in the CMPostArchive.

Constructors

Link copied to clipboard
constructor(postId: Int, postedAt: Instant, boardName: String, threadTitle: String)

Properties

Link copied to clipboard

The name of the board where the post is.

Link copied to clipboard

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.