public static class TdApi.PageBlockList extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PageBlockListItem[] |
items
The items of the list.
|
Constructor and Description |
---|
PageBlockList()
A list of data blocks.
|
PageBlockList(TdApi.PageBlockListItem[] items)
A list of data blocks.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PageBlockListItem[] items
public static final int CONSTRUCTOR
public PageBlockList()
public PageBlockList(TdApi.PageBlockListItem[] items)
items
- The items of the list.public int getConstructor()
getConstructor
in class TdApi.PageBlock