Class TdApi.GetEmojiSuggestionsUrl

Enclosing class:
TdApi

public static class TdApi.GetEmojiSuggestionsUrl
extends TdApi.Function
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.

Returns HttpUrl

  • Field Details

    • languageCode

      public String languageCode
      Language code for which the emoji replacements will be suggested.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetEmojiSuggestionsUrl

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

      Returns HttpUrl

    • GetEmojiSuggestionsUrl

      public GetEmojiSuggestionsUrl​(String languageCode)
      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.

      Returns HttpUrl

      Parameters:
      languageCode - String Language code for which the emoji replacements will be suggested.
    • GetEmojiSuggestionsUrl

      public GetEmojiSuggestionsUrl​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details