public static class TdApi.PageBlockSlideshow extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
TdApi.PageBlockCaption |
caption
Block caption.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PageBlock[] |
pageBlocks
Slideshow item contents.
|
Constructor and Description |
---|
PageBlockSlideshow()
A slideshow.
|
PageBlockSlideshow(TdApi.PageBlock[] pageBlocks,
TdApi.PageBlockCaption caption)
A slideshow.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PageBlock[] pageBlocks
public TdApi.PageBlockCaption caption
public static final int CONSTRUCTOR
public PageBlockSlideshow()
public PageBlockSlideshow(TdApi.PageBlock[] pageBlocks, TdApi.PageBlockCaption caption)
pageBlocks
- Slideshow item contents.caption
- Block caption.public int getConstructor()
getConstructor
in class TdApi.PageBlock