Package org.drinkless.tdlib
Class TdApi.PageBlockListItem
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlockListItem
- Enclosing class:
- TdApi
Describes an item of a list page block.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Item label.Item blocks. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes an item of a list page block.PageBlockListItem(String label, TdApi.PageBlock[] pageBlocks) Describes an item of a list page block. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
label
Item label. -
pageBlocks
Item blocks. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockListItem
public PageBlockListItem()Describes an item of a list page block. -
PageBlockListItem
Describes an item of a list page block.- Parameters:
label- Item label.pageBlocks- Item blocks.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-