mangadex-full-api - v6.2.0
    Preparing search index...

    Class Cover

    CoverAttributes

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    createdAt: Date

    The date this cover was uploaded

    description: string | null

    Description of this cover. May be an empty string

    fileName: string

    The file name of this cover's image

    id: string

    MangaDex UUID for this object

    locale: string | null

    What language is this cover in

    Relationship to the manga this cover belongs to

    updatedAt: Date

    The date this cover was last updated

    uploader: Relationship<User> | null

    Relationship to the user who uploaded this cover

    url: string

    Url to this cover's image

    version: number

    The version of this cover (incremented by updating the cover)

    volume: string | null

    What volume is this cover for, if any

    Methods

    • Deletes a cover by their id

      Parameters

      • id: string

      Returns Promise<void>

    • Retrieves an array of covers by an array of ids

      Parameters

      • ids: string[]

      Returns Promise<Cover[]>