public static class TdApi.RichTextReference extends TdApi.RichText
TdApi.RichText.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
anchorName
The name of a richTextAnchor object, which is the first element of the target richTexts object.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.RichText |
text
The text.
|
java.lang.String |
url
An HTTP URL, opening the reference.
|
Constructor and Description |
---|
RichTextReference()
A reference to a richTexts object on the same web page.
|
RichTextReference(TdApi.RichText text,
java.lang.String anchorName,
java.lang.String url)
A reference to a richTexts object on the same web page.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.RichText text
public java.lang.String anchorName
public java.lang.String url
public static final int CONSTRUCTOR
public RichTextReference()
public RichTextReference(TdApi.RichText text, java.lang.String anchorName, java.lang.String url)
text
- The text.anchorName
- The name of a richTextAnchor object, which is the first element of the target richTexts object.url
- An HTTP URL, opening the reference.public int getConstructor()
getConstructor
in class TdApi.RichText