Package org.drinkless.tdlib
Class TdApi.StoryAlbums
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryAlbums
- Enclosing class:
- TdApi
Represents a list of story albums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of story albums.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of story albums.StoryAlbums(TdApi.StoryAlbum[] albums) Represents a list of story albums. -
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
-
albums
List of story albums. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryAlbums
public StoryAlbums()Represents a list of story albums. -
StoryAlbums
Represents a list of story albums.- Parameters:
albums- List of story albums.
-
-
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
-