public static class TdApi.RichTextAnchor extends TdApi.RichText
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
name
Anchor name.
|
| Constructor and Description |
|---|
RichTextAnchor()
An anchor.
|
RichTextAnchor(java.lang.String name)
An 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 RichTextAnchor()
public RichTextAnchor(java.lang.String name)
name - Anchor name.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object