- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionstatic final int
The text in which to look for entites. -
Constructor Summary
ConstructorDescriptionReturns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.GetTextEntities
(DataInput input) Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.GetTextEntities
(String text) Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained 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 entites. -
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) 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
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
- 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()
-