stories.updateAlbum

Rename a story albums », or add, delete or reorder stories in it.

 Method schema is available as of layer 211. Switch »

Parameters

Name Type Description
flags # Flags, see TL conditional fields
peer InputPeer Peer where the album is posted.
album_id int Album ID.
title flags.0?string New album title.
delete_stories flags.1?Vector<int> If set, deletes the specified stories from the album.
add_stories flags.2?Vector<int> If set, adds the specified stories to the album.
order flags.3?Vector<int> If set, reorders the stories in the album by their IDs.

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.