All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.app.bsky.richtext.facetMention.kt Maven / Gradle / Ivy

The newest version!
@file:Suppress("DEPRECATION")

package app.bsky.richtext

import kotlin.Suppress
import kotlinx.serialization.Serializable
import sh.christian.ozone.api.Did

/**
 * Facet feature for mention of another account. The text is usually a handle, including a '@'
 * prefix, but the facet reference is a DID.
 */
@Serializable
public data class FacetMention(
  public val did: Did,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy