public static class TdApi.SynchronizeLanguagePack extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object