public static class TdApi.GetEmojiSuggestionsUrl extends TdApi.Function
Returns HttpUrl
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
languageCode
Language code for which the emoji replacements will be suggested.
|
Constructor and Description |
---|
GetEmojiSuggestionsUrl()
Default constructor for a function, which returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.
|
GetEmojiSuggestionsUrl(java.lang.String languageCode)
Creates a function, which returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String languageCode
public static final int CONSTRUCTOR
public GetEmojiSuggestionsUrl()
Returns HttpUrl
public GetEmojiSuggestionsUrl(java.lang.String languageCode)
Returns HttpUrl
languageCode
- Language code for which the emoji replacements will be suggested.public int getConstructor()
getConstructor
in class TdApi.Function