Package it.tdlight.jni
Class TdApi.GetEmojiSuggestionsUrl
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.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 Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
languageCode
Language code for which the emoji replacements will be suggested. -
Constructor Summary
Constructors Constructor Description GetEmojiSuggestionsUrl()
Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.GetEmojiSuggestionsUrl(DataInput input)
GetEmojiSuggestionsUrl(String languageCode)
Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
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
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
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-