BlockElement

@JsonSerializable
data class BlockElement(val type: BlockElementType, val text: Text, val url: String? = null, val action_id: String? = null, val style: String? = null)(source)

Constructors

Link copied to clipboard
constructor(type: BlockElementType, text: Text, url: String? = null, action_id: String? = null, style: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: Text
Link copied to clipboard
Link copied to clipboard
val url: String?