public static class TdApi.GetTextEntities extends TdApi.Function
Returns TextEntities
TdApi.Function.Constructors
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 entites.
|
Constructor and Description |
---|
GetTextEntities()
Default constructor for a function, which returns all entities (mentions, hashtags, cashtags, bot commands, URLs, and email addresses) contained in the text.
|
GetTextEntities(java.lang.String text)
Creates a function, which returns all entities (mentions, hashtags, cashtags, bot commands, URLs, and email addresses) contained in the text.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public 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 entites.public int getConstructor()
getConstructor
in class TdApi.Function