get_story_album_stories


Description:

public async Stories get_story_album_stories (int64 chat_id, int32 story_album_id, int32 offset, int32 limit) throws TDLibError

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

Parameters:

chat_id

Chat identifier

story_album_id

Story album identifier

offset

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

limit

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