Layer 220
method Users
account.getMultiWallPapers#65ad71dc wallpapers:Vector<InputWallPaper> = Vector<WallPaper>;

Parameters

Name Type Description
Wallpapers Vector<InputWallPaper> Wallpapers to fetch info about

Returns

Vector

Possible Errors

Code Type Description
400 WALLPAPER_INVALID The specified wallpaper is invalid.

Gogram Example

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