Interface SearchEmojis

Searches for emojis by keywords. Supported only if the file database is enabled. Order of results is unspecified. Request type for Tdjson#searchEmojis.

interface SearchEmojis {
    @type: "searchEmojis";
    input_language_codes: string[];
    text: string;
}

Properties

@type: "searchEmojis"
input_language_codes: string[]

List of possible IETF language tags of the user's input language; may be empty if unknown.

text: string

Text to search for.