public static class TdApi.PageBlockAnchor extends TdApi.PageBlock
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object