JsonPreview

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

Properties

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