Constructor: stories.albums
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| hash | long | Yes | Hash to pass to stories.getAlbums to avoid returning any results if they haven’t changed. |
| albums | Array of StoryAlbum | Yes | The albums. |
Type: stories.Albums
Example:
$stories_albums = ['_' => 'stories.albums', 'hash' => long, 'albums' => [StoryAlbum, StoryAlbum]];