JsonPreview

data class JsonPreview(url: String?, title: String?, attachment: JsonAttachment?)

Properties

Link copied to clipboard
val attachment: JsonAttachment? = null
Link copied to clipboard
val title: String? = null
Link copied to clipboard
val url: String? = null