Attachments Object
Relationships
Schema relationships
graph LR
Attachments -->|"channel_id"| Channels
Attachments -->|"uploaded_by"| Members
Properties
content_typestring
The content type of the attachment
created_atstring · date-time
The time when the attachment was created
file_namestring
The attachment's name.
file_urlstring
The URL to download the attachment
idstring
The unique identifier for the attachment
remote_dataRecord<string, any>
Raw data returned from the remote API call.
sizenumber
The file size in bytes
updated_atstring · date-time
The time when the attachment was updated
uploaded_by_typestring
The type of the user who uploaded the attachment