Type Alias FileCollectionMeta

FileCollectionMeta: {
    id: Snowflake;
    thumbnail: Url;
    url: Url;
    views: number;
}

A file in a collection meta.

Type declaration

  • id: Snowflake

    The ID of this file.

  • thumbnail: Url

    The url of the thumbnail which belongs to this file.

  • url: Url

    The url of this file.

  • views: number

    The amount of views this file has.