- Enclosing class:
- TdApi
Searches for emojis by keywords.
Supported only if the file database is enabled.
Returns Emojis
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if only emojis, which exactly match text needs to be returned.String[]
List of possible IETF language tags of the user's input language; may be empty if unknown.Text to search for. -
Constructor Summary
ConstructorDescriptionSearches for emojis by keywords.SearchEmojis
(DataInput input) Searches for emojis by keywords.SearchEmojis
(String text, boolean exactMatch, String[] inputLanguageCodes) Searches for emojis by keywords. -
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
Text to search for. -
exactMatch
public boolean exactMatchTrue, if only emojis, which exactly match text needs to be returned. -
inputLanguageCodes
List of possible IETF language tags of the user's input language; may be empty if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SearchEmojis
public SearchEmojis()Searches for emojis by keywords. Supported only if the file database is enabled.Returns
Emojis
-
SearchEmojis
Searches for emojis by keywords. Supported only if the file database is enabled.Returns
Emojis
- Parameters:
text
- String Text to search for.exactMatch
- boolean True, if only emojis, which exactly match text needs to be returned.inputLanguageCodes
- String[] List of possible IETF language tags of the user's input language; may be empty if unknown.
-
SearchEmojis
Searches for emojis by keywords. Supported only if the file database is enabled.Returns
Emojis
- 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()
-