- Enclosing class:
- TdApi
Returns all entities (mentions,
hashtags, cashtags, bot commands, bank
card numbers, URLs, and email addresses)
found in the text. Can be called synchronously.
Returns
TextEntities
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The text in which to look for entities. -
Constructor Summary
ConstructorDescriptionReturns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text.GetTextEntities
(DataInput input) Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text.GetTextEntities
(String text) Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. -
Method Summary
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 entities. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetTextEntities
public GetTextEntities()Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously. ReturnsTextEntities
-
GetTextEntities
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously. ReturnsTextEntities
- Parameters:
text
- String The text in which to look for entities.
-
GetTextEntities
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously. ReturnsTextEntities
- 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()
-