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

commonMain.app.bsky.embed.external.kt Maven / Gradle / Ivy

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

package app.bsky.embed

import kotlin.Suppress
import kotlinx.serialization.Serializable

/**
 * A representation of some externally linked content (eg, a URL and 'card'), embedded in a Bluesky
 * record (eg, a post).
 */
@Serializable
public data class External(
  public val `external`: ExternalExternal,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy