java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockDetails
- Enclosing class:
- TdApi
A collapsible block.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Always visible heading for the block.boolean
True, if the block is open by default.Block contents. -
Constructor Summary
ConstructorDescriptionA collapsible block.PageBlockDetails
(TdApi.RichText header, TdApi.PageBlock[] pageBlocks, boolean isOpen) A collapsible block.PageBlockDetails
(DataInput input) A collapsible block. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
header
Always visible heading for the block. -
pageBlocks
Block contents. -
isOpen
public boolean isOpenTrue, if the block is open by default. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PageBlockDetails
public PageBlockDetails()A collapsible block. -
PageBlockDetails
A collapsible block.- Parameters:
header
- RichText Always visible heading for the block.pageBlocks
- PageBlock[] Block contents.isOpen
- boolean True, if the block is open by default.
-
PageBlockDetails
A collapsible block.- 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()
-