Skip to content

reorderStoryAlbumStories

Function · TDLib 1.8.67 · d1085f9c

Changes order of stories in an album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album

reorderStoryAlbumStories(
  chat_id: int53,
  story_album_id: int32,
  story_ids: list of int32
) → StoryAlbum

chat_id

int53

Identifier of the chat that owns the stories

story_album_id

int32

Identifier of the story album

story_ids

list of int32

Identifier of the stories to move to the beginning of the album. All other stories are placed in the current order after the specified stories