Package org.drinkless.tdlib
Class TdApi.FoundStories
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FoundStories
- Enclosing class:
- TdApi
Contains a list of stories found by a search.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The offset for the next request.List of stories.intApproximate total number of stories found. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of stories found by a search.FoundStories(int totalCount, TdApi.Story[] stories, String nextOffset) Contains a list of stories found by a search. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of stories found. -
stories
List of stories. -
nextOffset
The offset for the next request. If empty, then there are no more results. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FoundStories
public FoundStories()Contains a list of stories found by a search. -
FoundStories
Contains a list of stories found by a search.- Parameters:
totalCount- Approximate total number of stories found.stories- List of stories.nextOffset- The offset for the next request. If empty, then there are no more results.
-
-
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
-