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
FieldsModifier and TypeFieldDescriptionstatic final intAlways visible heading for the block.booleanTrue, if the block is open by default.Block contents. -
Constructor Summary
ConstructorsConstructorDescriptionA 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-