Link Search Menu Expand Document

Constructor: storyAlbum

Back to constructors index

Represents a story album ».

Attributes:

NameTypeRequiredDescription
album_idintYesID of the album.
titlestringYesName of the album.
icon_photoPhotoOptionalPhoto from the first story of the album, if it’s a photo.
icon_videoDocumentOptionalVideo from the first story of the album, if it’s a video.

Type: StoryAlbum

Example:

$storyAlbum = ['_' => 'storyAlbum', 'album_id' => int, 'title' => 'string', 'icon_photo' => Photo, 'icon_video' => Document];