Package org.drinkless.tdlib
Class TdApi.PageBlockList
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.TdApi.PageBlockList
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockList extends TdApi.PageBlock
A list of data blocks.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.PageBlockListItem[]itemsThe items of the list.
-
Constructor Summary
Constructors Constructor Description PageBlockList()A list of data blocks.PageBlockList(TdApi.PageBlockListItem[] items)A list of data blocks.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
items
public TdApi.PageBlockListItem[] items
The items of the list.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockList
public PageBlockList()
A list of data blocks.
-
PageBlockList
public PageBlockList(TdApi.PageBlockListItem[] items)
A list of data blocks.- Parameters:
items- The items of the list.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-