Package org.drinkless.tdlib
Class TdApi.InputPageBlockDetails
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputPageBlock
org.drinkless.tdlib.TdApi.InputPageBlockDetails
- Enclosing class:
- TdApi
A collapsible block.
-
Field Summary
FieldsModifier and TypeFieldDescriptionBlock contents.static final intIdentifier uniquely determining type of the object.Always visible heading for the block.booleanTrue, if the block is open by default. -
Constructor Summary
ConstructorsConstructorDescriptionA collapsible block.InputPageBlockDetails(TdApi.RichText header, TdApi.InputPageBlock[] blocks, 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. -
blocks
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
-
InputPageBlockDetails
public InputPageBlockDetails()A collapsible block. -
InputPageBlockDetails
A collapsible block.- Parameters:
header- Always visible heading for the block.blocks- 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
-