LinkItem

data class LinkItem(val url: String, val titleItem: TitleItem.TitleLinkItem)

A rich link element displayed within a message, consisting of a URL and a styled title.

Constructors

Link copied to clipboard
constructor(url: String, titleItem: TitleItem.TitleLinkItem)

Properties

Link copied to clipboard

The styled title and optional subtitle displayed for this link.

Link copied to clipboard

The parsed URI representation of url, or null if the URL is malformed.

Link copied to clipboard
val url: String

The destination URL of the link.