Series Volume Cover#

Endpoint: /get_volume_cover/{slug}/{volumeNum}

guyamoe_api_types.series_volume_cover.SeriesVolumeCover#

A 4-element tuple containing the following elements:

  1. The volume number.

  2. A Relative URL to the png image of the cover.

  3. A Relative URL to the webp image of the cover.

  4. A Relative URL to the blurred png image of the cover.

alias of List[Union[str, int]]