public static class TdApi.SearchEmojis extends TdApi.Function
Returns Emojis
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
exactMatch
True, if only emojis, which exactly match text needs to be returned.
|
java.lang.String[] |
inputLanguageCodes
List of possible IETF language tags of the user's input language; may be empty if unknown.
|
java.lang.String |
text
Text to search for.
|
Constructor and Description |
---|
SearchEmojis()
Default constructor for a function, which searches for emojis by keywords.
|
SearchEmojis(java.lang.String text,
boolean exactMatch,
java.lang.String[] inputLanguageCodes)
Creates a function, which searches for emojis by keywords.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String text
public boolean exactMatch
public java.lang.String[] inputLanguageCodes
public static final int CONSTRUCTOR
public SearchEmojis()
Returns Emojis
public SearchEmojis(java.lang.String text, boolean exactMatch, java.lang.String[] inputLanguageCodes)
Returns Emojis
text
- Text to search for.exactMatch
- True, 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.public int getConstructor()
getConstructor
in class TdApi.Function