Interface GetEmojiSuggestionsUrl

Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation. Request type for Tdjson#getEmojiSuggestionsUrl.

interface GetEmojiSuggestionsUrl {
    @type: "getEmojiSuggestionsUrl";
    language_code: string;
}

Properties

Properties

@type: "getEmojiSuggestionsUrl"
language_code: string

Language code for which the emoji replacements will be suggested.