Package org.drinkless.tdlib
Class TdApi.GetStoryAlbumStories
- Enclosing class:
- TdApi
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intThe maximum number of stories to be returned.intOffset of the first entry to return; use 0 to get results from the first album story.intStory album identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns the list of stories added to the given story album.GetStoryAlbumStories(long chatId, int storyAlbumId, int offset, int limit) Creates a function, which returns the list of stories added to the given story album. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
storyAlbumId
public int storyAlbumIdStory album identifier. -
offset
public int offsetOffset of the first entry to return; use 0 to get results from the first album story. -
limit
public int limitThe 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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetStoryAlbumStories
public GetStoryAlbumStories()Default constructor for a function, which 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 -
GetStoryAlbumStories
public GetStoryAlbumStories(long chatId, int storyAlbumId, int offset, int limit) Creates a function, which 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- Parameters:
chatId- Chat identifier.storyAlbumId- 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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-