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

TD.Query.GetStoryAlbumStories

Synopsis

Documentation

data GetStoryAlbumStories Source #

Returns the list of stories added to the given story album. For optimal performance, the number of returned stories is chosen by TDLib. Returns Stories

Constructors

GetStoryAlbumStories 

Fields

  • chat_id :: Maybe Int

    Chat identifier

  • story_album_id :: Maybe Int

    Story album identifier

  • offset :: Maybe Int

    Offset of the first entry to return; use 0 to get results from the first album story

  • limit :: Maybe Int

    The maximum number of stories to be returned. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit