View Source ExTDLib.Method.SearchEmojis (ExTDLib v0.0.4)
Searches for emojis by keywords. Supported only if the file database is enabled. Returns object_ptr<Emojis>.
| Name | Type | Description |
|---|---|---|
| text | string | Text to search for. |
| exact_match | bool | Pass true if only emojis, which exactly match the text, needs to be returned. |
| input_language_codes | string | List of possible IETF language tags of the user's input language; may be empty if unknown. |
More details on telegram's documentation.