>>

File Data

Represents a file stored on Effis.

FieldTypeDescription
idNumberThe ID of the file.
nameStringThe name of the file.
bucketStringThe bucket the file is stored in.
spoiler?BooleanIf the file is spoilered.
metadataFileMetadataThe File Metadata of the file.
>>

Example

{
  "id": 2195354353667,
  "name": "das_ding.png",
  "bucket": "attachments",
  "metadata": {
    "type": "image",
    "width": 1600,
    "height": 1600
  }
}