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
public static class TdApi.PageBlockDetails extends TdApi.PageBlock
A collapsible block.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.RichTextheaderAlways visible heading for the block.booleanisOpenTrue, if the block is open by default.TdApi.PageBlock[]pageBlocksBlock contents.
-
Constructor Summary
Constructors Constructor Description PageBlockDetails()A collapsible block.PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] pageBlocks, boolean isOpen)A collapsible block.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
header
public TdApi.RichText header
Always visible heading for the block.
-
pageBlocks
public TdApi.PageBlock[] pageBlocks
Block contents.
-
isOpen
public boolean isOpen
True, if the block is open by default.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockDetails
public PageBlockDetails()
A collapsible block.
-
PageBlockDetails
public PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] pageBlocks, boolean isOpen)
A collapsible block.- Parameters:
header- Always visible heading for the block.pageBlocks- Block contents.isOpen- True, if the block is open by default.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-