public static class TdApi.PageBlockListItem extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
label
Item label.
|
TdApi.PageBlock[] |
pageBlocks
Item blocks.
|
| Constructor and Description |
|---|
PageBlockListItem()
Describes an item of a list page block.
|
PageBlockListItem(java.lang.String label,
TdApi.PageBlock[] pageBlocks)
Describes an item of a list page block.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String label
public TdApi.PageBlock[] pageBlocks
public static final int CONSTRUCTOR
public PageBlockListItem()
public PageBlockListItem(java.lang.String label,
TdApi.PageBlock[] pageBlocks)
label - Item label.pageBlocks - Item blocks.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object