Interface GetKeywordEmojis

Return emojis matching the keyword. Supported only if the file database is enabled. Order of results is unspecified. Request type for Tdjson#getKeywordEmojis.

interface GetKeywordEmojis {
    @type: "getKeywordEmojis";
    input_language_codes: string[];
    text: string;
}

Properties

@type: "getKeywordEmojis"
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.