public static class TdApi.SetCustomLanguagePackString 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
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() |
toString
public 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()
getConstructor
in class TdApi.Function