tock / ai.tock.bot.connector.slack.model / AttachmentField

AttachmentField

data class AttachmentField (source)

Constructors

<init>

AttachmentField(title: String, value: String, short: Boolean = false)

Properties

short

val short: Boolean

title

val title: String

value

val value: String