MetaParameter

data class MetaParameter(val type: String, val text: String? = null, val image: MetaMediaBody? = null)(source)

Constructors

Link copied to clipboard
constructor(type: String, text: String? = null, image: MetaMediaBody? = null)

Properties

Link copied to clipboard
val image: MetaMediaBody? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard