Item

data class Item(val message: Message, val attachment: Attachment)

Represents a result item in the channel attachments view.

Parameters

message

The message associated with the attachment.

attachment

The attachment to be displayed.

Constructors

Link copied to clipboard
constructor(message: Message, attachment: Attachment)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

Returns the unique identifier for the item.

Link copied to clipboard