Show src/structures/Show.ts#L105
Spotify api's show object.
Properties:
availableMarkets copyrights description episodes explicit externalURL htmlDescription id images isExternallyHosted languages mediaType name publisher type uriMethods:
makeCodeImageconstructor(data, client) src/structures/Show.ts#L105
No documentation found.
Name | Type | Description |
---|---|---|
data | SimplifiedShow | Show | |
client | Client | The spotify client. |
.availableMarkets src/structures/Show.ts#L22
Type:
string[]
A list of the countries in which the show can be played, identified by their ISO 3166-1 alpha-2 code.
.description src/structures/Show.ts#L32
Type:
A description of the show. HTML tags are stripped away from this field, use html_description field in case HTML tags are needed.
.explicit src/structures/Show.ts#L37
Type:
Whether or not the show has explicit content (true = yes it does; false = no it does not OR unknown).
.htmlDescription src/structures/Show.ts#L47
Type:
A description of the show. This field may contain HTML tags.
.images src/structures/Show.ts#L57
Type:
Image[]
The cover art for the show in various sizes, widest first.
.isExternallyHosted src/structures/Show.ts#L62
Type:
True if all of the show’s episodes are hosted outside of Spotify’s CDN. This field might be null in some cases.
.languages src/structures/Show.ts#L67
Type:
string[]
A list of the languages used in the show, identified by their ISO 639 code.
.makeCodeImage(color) src/structures/Show.ts#L129
Returns a code image url from the spotify uri.
Returns:
Parameters:
Name | Type | Description |
---|---|---|
color | string | The color code in hex. |