JsonPreview
data class JsonPreview(url: String?, title: String?, description: String?, date: Long?, attachment: JsonAttachment?)
Content copied to clipboard
metadata about one of the links in a message
Constructors
Link copied to clipboard
fun JsonPreview(url: String? = null, title: String? = null, description: String? = null, date: Long? = null, attachment: JsonAttachment? = null)
Content copied to clipboard