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>.

NameTypeDescription
textstringText to search for.
exact_matchboolPass true if only emojis, which exactly match the text, needs to be returned.
input_language_codesstringList of possible IETF language tags of the user's input language; may be empty if unknown.

More details on telegram's documentation.