TextAttachment

data class TextAttachment(text: String?, style: String?, preview: JsonPreview?, textForegroundColor: String?, textBackgroundColor: String?, backgroundGradient: Gradient?, backgroundColor: String?)

Properties

Link copied to clipboard
val backgroundColor: String? = null
Link copied to clipboard
val backgroundGradient: Gradient? = null
Link copied to clipboard
val preview: JsonPreview? = null
Link copied to clipboard
val style: String? = null
Link copied to clipboard
val text: String? = null
Link copied to clipboard
val textBackgroundColor: String? = null
Link copied to clipboard
val textForegroundColor: String? = null