RecentCommenter

data class RecentCommenter(val authorName: String? = null, val clerkUserId: String? = null, val avatarUrl: String? = null)(source)

Summary of a recent commenter on a FeatureRequestItem, used in avatar stacks.

Constructors

Link copied to clipboard
constructor(authorName: String? = null, clerkUserId: String? = null, avatarUrl: String? = null)

Properties

Link copied to clipboard

Display name of the commenter, or null.

Link copied to clipboard

Hosted avatar image URL, or null.

Link copied to clipboard

Unique user ID if the commenter is signed in, or null.