MessageFileData

sttp.openai.requests.threads.messages.ThreadMessagesResponseData.MessageFileData
See theMessageFileData companion object
case class MessageFileData(id: String, `object`: String, createdAt: Int, messageId: String)

Value parameters

createdAt

The Unix timestamp (in seconds) for when the message file was created.

id

The identifier, which can be referenced in API endpoints.

messageId

The ID of the message that the File is attached to. For more information please visit: https://platform.openai.com/docs/api-reference/messages/file-object

object

The object type, which is always thread.message.file.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product