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