Package org.drinkless.tdlib
Class TdApi.SearchEmojis
- Enclosing class:
- TdApi
Searches for emojis by keywords. Supported only if the file database is enabled. Order of results is unspecified.
Returns EmojiKeywords
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.String[]List of possible IETF language tags of the user's input language; may be empty if unknown.Text to search for. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which searches for emojis by keywords.SearchEmojis(String text, String[] inputLanguageCodes) Creates a function, which searches for emojis by keywords. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
text
Text to search for. -
inputLanguageCodes
List of possible IETF language tags of the user's input language; may be empty if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SearchEmojis
public SearchEmojis()Default constructor for a function, which searches for emojis by keywords. Supported only if the file database is enabled. Order of results is unspecified.Returns
EmojiKeywords -
SearchEmojis
Creates a function, which searches for emojis by keywords. Supported only if the file database is enabled. Order of results is unspecified.Returns
EmojiKeywords- Parameters:
text- Text to search for.inputLanguageCodes- List of possible IETF language tags of the user's input language; may be empty if unknown.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-