Package org.drinkless.tdlib
Class TdApi.GetKeywordEmojis
- Enclosing class:
- TdApi
Return emojis matching the keyword. Supported only if the file database is enabled. Order of results is unspecified.
Returns Emojis
-
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 return emojis matching the keyword.GetKeywordEmojis(String text, String[] inputLanguageCodes) Creates a function, which return emojis matching the keyword. -
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
-
GetKeywordEmojis
public GetKeywordEmojis()Default constructor for a function, which return emojis matching the keyword. Supported only if the file database is enabled. Order of results is unspecified.Returns
Emojis -
GetKeywordEmojis
Creates a function, which return emojis matching the keyword. Supported only if the file database is enabled. Order of results is unspecified.Returns
Emojis- 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
-