haskell-tdlib-2.0.72.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.ReorderStoryAlbumStories

Synopsis

Documentation

data ReorderStoryAlbumStories Source #

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. Returns StoryAlbum

Constructors

ReorderStoryAlbumStories 

Fields

  • chat_id :: Maybe Int

    Identifier of the chat that owns the stories

  • story_album_id :: Maybe Int

    Identifier of the story album

  • story_ids :: Maybe [Int]

    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