RichLinkFormat

@JsonClass(generateAdapter = true)
class RichLinkFormat(val image: FileAsset.ImageAsset.RichLinkImage? = null, val linkItem: LinkItem, val text: String?) : StaticContentFormat

A message displaying a rich link preview with an optional image and descriptive text.

Constructors

Link copied to clipboard
constructor(image: FileAsset.ImageAsset.RichLinkImage? = null, linkItem: LinkItem, text: String?)

Properties

Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String?