Package org.drinkless.tdlib
Class TdApi.PageBlockSlideshow
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockSlideshow
- Enclosing class:
- TdApi
A slideshow.
-
Field Summary
FieldsModifier and TypeFieldDescriptionSlideshow item contents.Block caption; may be null if none.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA slideshow.PageBlockSlideshow(TdApi.PageBlock[] blocks, TdApi.PageBlockCaption caption) A slideshow. -
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
-
blocks
Slideshow item contents. -
caption
Block caption; may be null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockSlideshow
public PageBlockSlideshow()A slideshow. -
PageBlockSlideshow
A slideshow.- Parameters:
blocks- Slideshow item contents.caption- Block caption; may be null if none.
-
-
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
-