public static class TdApi.RichTextReference extends TdApi.RichText
| 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 page.
|
RichTextReference(TdApi.RichText text,
java.lang.String anchorName,
java.lang.String url)
A reference to a richTexts object on the same page.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object