public static class TdApi.SetCustomLanguagePackString 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
Identifier of a previously added custom local language pack in the current localization target.
|
TdApi.LanguagePackString |
newString
New language pack string.
|
| Constructor and Description |
|---|
SetCustomLanguagePackString()
Default constructor for a function, which adds, edits or deletes a string in a custom local language pack.
|
SetCustomLanguagePackString(java.lang.String languagePackId,
TdApi.LanguagePackString newString)
Creates a function, which adds, edits or deletes a string in a custom local language pack.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String languagePackId
public TdApi.LanguagePackString newString
public static final int CONSTRUCTOR
public SetCustomLanguagePackString()
Returns Ok
public SetCustomLanguagePackString(java.lang.String languagePackId,
TdApi.LanguagePackString newString)
Returns Ok
languagePackId - Identifier of a previously added custom local language pack in the current localization target.newString - New language pack string.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object