Layer 220
method Users
account.getWallPaper#fc8ddbea wallpaper:InputWallPaper = WallPaper;

Parameters

Name Type Description
Wallpaper InputWallPaper The wallpaper to get info about

Returns

WallPaper

Possible Errors

Code Type Description
400 WALLPAPER_INVALID The specified wallpaper is invalid.

Gogram Example

// AccountGetWallPaper - positional arguments
result, err := client.AccountGetWallPaper(&tg.InputWallPaper{})
if err != nil {
    // handle error
}
// result is *tg.WallPaper