The tag IDs on the image as returned from the API
The aspect ratio of the image
When the image was uploaded to the site
The description of the image on Derpibooru, if any
The number of downvotes on the image
The number of favorites on the image
The filename of the original uploaded image
When the image was first seen
The height of the image
The internal ID of the image
Whether the image has finished being optimized by Derpibooru
Whether the image has been rendered by Derpibooru
The MIME type of the image
The format the image was originally in before being uploaded to Deribooru
The different possible representations of the image
The total score on the image
The current SHA-512 hash of the image
The SHA-512 hash of the original image without optimizations
The source of the image, if specified by the uploader
Gets a list of tag names on the image
When the image details were last edited
The ID of the user that uploaded the image
Use this instead of (await uploader()).id to save an HTTP request and make the Derpi admins happy
The name of the user that uploaded the image
Use this instead of (await uploader()).name to save an HTTP request and make the Derpi admins happy
The number of upvotes on the image
The width of the image
Gets the name of the artist of the image
Returns null if the image has no artist
The tags on the image, represented as a comma-separated string for convenience
Gets the comments on the image
The page number of comments to fetch (max appears to be total / 20 for non-logged-in users)
Gets the tags on the image
A Promise wrapping the tags on the image
Gets the user that uploaded the image
A Promise wrapping the uploader's details
Generated using TypeDoc
Represents a single image
Image