Constructor: storyAlbum
Represents a story album ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| album_id | int | Yes | ID of the album. |
| title | string | Yes | Name of the album. |
| icon_photo | Photo | Optional | Photo from the first story of the album, if it’s a photo. |
| icon_video | Document | Optional | Video 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];