getWallpaper

Get a specific Wallpaper with its Tags.

This method belongs to the class - Alpha

Parameters

PARAMETERTYPEDESCRIPTION

id

ID of a Wallpaper.

Returns

Promise<WallpaperInfo | null>

Example Code

new Alpha(apiKey).getWallpaper(1).then(x => console.log(x));

Last updated