Skip to content

getStoryAlbumStories

Function · TDLib 1.8.67 · d1085f9c

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

getStoryAlbumStories(
  chat_id: int53,
  story_album_id: int32,
  offset: int32,
  limit: int32
) → Stories

chat_id

int53

Chat identifier

story_album_id

int32

Story album identifier

offset

int32

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

limit

int32

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