public static class TdApi.PageBlockAnchor extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Name of the anchor.
|
Constructor and Description |
---|
PageBlockAnchor()
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
|
PageBlockAnchor(java.lang.String name)
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String name
public static final int CONSTRUCTOR
public PageBlockAnchor()
public PageBlockAnchor(java.lang.String name)
name
- Name of the anchor.public int getConstructor()
getConstructor
in class TdApi.PageBlock