public static class TdApi.SynchronizeLanguagePack extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
languagePackId
Language pack identifier.
|
Constructor and Description |
---|
SynchronizeLanguagePack()
Default constructor for a function, which fetches the latest versions of all strings from a language pack in the current localization target from the server.
|
SynchronizeLanguagePack(java.lang.String languagePackId)
Creates a function, which fetches the latest versions of all strings from a language pack in the current localization target from the server.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String languagePackId
public static final int CONSTRUCTOR
public SynchronizeLanguagePack()
Returns Ok
public SynchronizeLanguagePack(java.lang.String languagePackId)
Returns Ok
languagePackId
- Language pack identifier.public int getConstructor()
getConstructor
in class TdApi.Function