java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockList
- Enclosing class:
- TdApi
A list of data blocks.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The items of the list. -
Constructor Summary
ConstructorDescriptionA list of data blocks.PageBlockList
(TdApi.PageBlockListItem[] items) A list of data blocks.PageBlockList
(DataInput input) A list of data blocks. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
items
The items of the list. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PageBlockList
public PageBlockList()A list of data blocks. -
PageBlockList
A list of data blocks.- Parameters:
items
- PageBlockListItem[] The items of the list.
-
PageBlockList
A list of data blocks.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-