Interface LinkedFile

Linked files are stored on a third-party website and linked to one or more Stories. Shortcut currently supports linking files from Google Drive, Dropbox, Box, and by URL.

Hierarchy

  • LinkedFile

Properties

content_type?: string

The content type of the image (e.g. txt/plain).

created_at: string

The time/date the LinkedFile was created.

Format

date-time

description?: string

The description of the file.

entity_type: string

A string description of this resource.

group_mention_ids: string[]

The groups that are mentioned in the description of the file.

id: number

The unique identifier for the file.

Format

int64

member_mention_ids: string[]

The members that are mentioned in the description of the file.

mention_ids: string[]

Deprecated: use member_mention_ids.

name: string

The name of the linked file.

size?: number

The filesize, if the integration provided it.

Format

int64

story_ids: number[]

The IDs of the stories this file is attached to.

thumbnail_url?: string

The URL of the file thumbnail, if the integration provided it.

type: string

The integration type (e.g. google, dropbox, box).

updated_at: string

The time/date the LinkedFile was updated.

Format

date-time

uploader_id: string

The UUID of the member that uploaded the file.

Format

uuid

url: string

The URL of the file.

Generated using TypeDoc