Skip to content

Relationships

Schema relationships
graph LR
    Attachments -->|"channel_id"| Channels
    Attachments -->|"uploaded_by"| Members

Properties

channel_idstring

The channel id to which the attachment belongs

References: Channels → id
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_bystring

The user who uploaded the attachment

References: Members → id
uploaded_by_typestring

The type of the user who uploaded the attachment