FacetMention

data class FacetMention(val did: Did)

Facet feature for mention of another account. The text is usually a handle, including a '@' prefix, but the facet reference is a DID.

Constructors

Link copied to clipboard
constructor(did: Did)

Properties

Link copied to clipboard
val did: Did