LinkPreviewTarget

data class LinkPreviewTarget(val url: String, val position: Int)

Represents the detected preview target within the original message text.

Constructors

Link copied to clipboard
constructor(url: String, position: Int)

Properties

Link copied to clipboard
val position: Int
Link copied to clipboard
val url: String