stories.createAlbum

Creates a story album.

 Method schema is available as of layer 211. Switch ยป

Parameters

Name Type Description
peer InputPeer The owned peer where to create the album.
title string Album name.
stories Vector<int> Stories to add to the album.

Result

StoryAlbum

Only users can use this method

Possible errors

Code Type Description
400 PEER_ID_INVALID The provided peer id is invalid.

Related pages

Stories

Telegram users and channels can easily post and view stories through the API.