AttachmentsFormat

@JsonClass(generateAdapter = true)
class AttachmentsFormat(val text: String?, val attachments: List<FileAsset>) : StaticContentFormat

A message containing one or more file attachments with optional accompanying text.

Constructors

Link copied to clipboard
constructor(text: String?, attachments: List<FileAsset>)

Properties

Link copied to clipboard
Link copied to clipboard

The specific format type that determines how this message content is rendered.

Link copied to clipboard
val text: String?