Package org.drinkless.tdlib
Class TdApi.PageBlockListItem
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlockListItem
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockListItem extends TdApi.Object
Describes an item of a list page block.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringlabelItem label.TdApi.PageBlock[]pageBlocksItem blocks.
-
Constructor Summary
Constructors Constructor Description PageBlockListItem()Describes an item of a list page block.PageBlockListItem(String label, TdApi.PageBlock[] pageBlocks)Describes an item of a list page block.
-
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
-
label
public String label
Item label.
-
pageBlocks
public TdApi.PageBlock[] pageBlocks
Item blocks.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockListItem
public PageBlockListItem()
Describes an item of a list page block.
-
PageBlockListItem
public PageBlockListItem(String label, TdApi.PageBlock[] pageBlocks)
Describes an item of a list page block.- Parameters:
label- Item label.pageBlocks- Item blocks.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-