Rename a story albums », or add, delete or reorder stories in it.
Method schema is available as of layer 211. Switch »
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. |
Code | Type | Description |
---|---|---|
400 | PEER_ID_INVALID | The provided peer id is invalid. |
Telegram users and channels can easily post and view stories through the API.