LinkPreview

@Immutable
data class LinkPreview(val originUrl: String, val attachment: Attachment)

A data class that represents a link preview.

Constructors

Link copied to clipboard
constructor(originUrl: String, attachment: Attachment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attachment that represents the link preview.

Link copied to clipboard

The original URL of the link.