public static class TdApi.GetTextEntities extends TdApi.Function<TdApi.TextEntities>
Returns TextEntities
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
text
The text in which to look for entities.
|
| Constructor and Description |
|---|
GetTextEntities()
Default constructor for a function, which returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text.
|
GetTextEntities(java.lang.String text)
Creates a function, which returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String text
public static final int CONSTRUCTOR
public GetTextEntities()
Returns TextEntities
public GetTextEntities(java.lang.String text)
Returns TextEntities
text - The text in which to look for entities.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object