Link Search Menu Expand Document

Constructor: stories.albums

Back to constructors index

Story albums ».

Attributes:

NameTypeRequiredDescription
hashlongYesHash to pass to stories.getAlbums to avoid returning any results if they haven’t changed.
albumsArray of StoryAlbumYesThe albums.

Type: stories.Albums

Example:

$stories_albums = ['_' => 'stories.albums', 'hash' => long, 'albums' => [StoryAlbum, StoryAlbum]];