getWallpaper

Get a specific Wallpaper with its Tags.

circle-info

This method belongs to the class - Alpha

Parameters

PARAMETER
TYPE
DESCRIPTION

id

ID of a Wallpaper.

Returns

Promisearrow-up-right<WallpaperInfo | nullarrow-up-right>

Example Code

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

Last updated