public static class TdApi.PageBlockDetails extends TdApi.PageBlock
TdApi.PageBlock.Constructors| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
header
Always visible heading for the block.
|
boolean |
isOpen
True, if the block is open by default.
|
TdApi.PageBlock[] |
pageBlocks
Block contents.
|
| Constructor and Description |
|---|
PageBlockDetails()
A collapsible block.
|
PageBlockDetails(TdApi.RichText header,
TdApi.PageBlock[] pageBlocks,
boolean isOpen)
A collapsible block.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor() |
toStringpublic TdApi.RichText header
public TdApi.PageBlock[] pageBlocks
public boolean isOpen
public static final int CONSTRUCTOR
public PageBlockDetails()
public PageBlockDetails(TdApi.RichText header, TdApi.PageBlock[] pageBlocks, boolean isOpen)
header - Always visible heading for the block.pageBlocks - Block contents.isOpen - True, if the block is open by default.public int getConstructor()
getConstructor in class TdApi.PageBlock