Package it.tdlight.jni
Class TdApi.GetTextEntities
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetTextEntities
- Enclosing class:
- TdApi
public static class TdApi.GetTextEntities extends TdApi.Function
Returns all entities (mentions,
hashtags, cashtags, bot commands, bank
card numbers, URLs, and email addresses)
contained in the text. Can be called synchronously.
Returns TextEntities
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
text
The text in which to look for entites. -
Constructor Summary
Constructors Constructor Description GetTextEntities()
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.GetTextEntities(DataInput input)
GetTextEntities(String text)
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
text
The text in which to look for entites. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetTextEntities
public GetTextEntities()Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously.Returns
TextEntities
-
GetTextEntities
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously.Returns
TextEntities
- Parameters:
text
- String The text in which to look for entites.
-
GetTextEntities
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-