MessageFile

data class MessageFile(val id: String, val createdAt: Int, val messageId: String)

Represents a file attached to a ThreadMessage.

Constructors

Link copied to clipboard
constructor(id: String, createdAt: Int, messageId: String)

Properties

Link copied to clipboard

The timestamp of when the file was created

Link copied to clipboard
val id: String

The ID of the file, which can be used in endpoints

Link copied to clipboard

The ID of the message that this file is attached to