User src/structures/User.ts#L50
Spotify api's user object.
Properties:
displayName externalURL id images totalFollowers type uriMethods:
makeCodeImageconstructor(data) src/structures/User.ts#L50
No documentation found.
Name | Type | Description |
---|---|---|
data | PublicUser |
.displayName src/structures/User.ts#L12
Type:
The name displayed on the user’s profile. null if not available.
.totalFollowers src/structures/User.ts#L37 OPTIONAL
Type:
Information about the followers of the user.
.makeCodeImage(color) src/structures/User.ts#L63
Returns a code image url from the spotify uri.
Returns:
Parameters:
Name | Type | Description |
---|---|---|
color | string | The color code in hex. |