Package org.drinkless.tdlib
Class TdApi.PageBlockDetails
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PageBlock
org.drinkless.tdlib.TdApi.PageBlockDetails
- Enclosing class:
- TdApi
A collapsible block.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Always 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. -
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
-
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockDetails
public PageBlockDetails()A collapsible block. -
PageBlockDetails
A collapsible block.- Parameters:
header- Always visible heading for the block.pageBlocks- Block contents.isOpen- True, if the block is open by default.
-
-
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
-