Layer 220
AccountGetWallPaper
Get info about a certain wallpaper
method
Users
account.getWallPaper#fc8ddbea wallpaper:InputWallPaper = WallPaper;
Parameters
| Name | Type | Description |
|---|---|---|
| Wallpaper | InputWallPaper | The wallpaper to get info about |
Returns
WallPaperPossible 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