Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 742 Bytes

MessageFileObject.md

File metadata and controls

24 lines (18 loc) · 742 Bytes

OpenapiClient::MessageFileObject

Properties

Name Type Description Notes
id String The identifier, which can be referenced in API endpoints.
object String The object type, which is always `thread.message.file`.
created_at Integer The Unix timestamp (in seconds) for when the message file was created.
message_id String The ID of the message that the File is attached to.

Example

require 'openapi_client'

instance = OpenapiClient::MessageFileObject.new(
  id: null,
  object: null,
  created_at: null,
  message_id: null
)