public static class TdApi.RichTextAnchor extends TdApi.RichText
TdApi.RichText.Constructors
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() |
toString
public java.lang.String name
public static final int CONSTRUCTOR
public RichTextAnchor()
public RichTextAnchor(java.lang.String name)
name
- Anchor name.public int getConstructor()
getConstructor
in class TdApi.RichText