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.
|
TdApi.RichText |
text
Text.
|
Constructor and Description |
---|
RichTextAnchor()
A rich text anchor.
|
RichTextAnchor(TdApi.RichText text,
java.lang.String name)
A rich text anchor.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public java.lang.String name
public static final int CONSTRUCTOR
public RichTextAnchor()
public RichTextAnchor(TdApi.RichText text, java.lang.String name)
text
- Text.name
- Anchor name.public int getConstructor()
getConstructor
in class TdApi.RichText