public static class TdApi.GetLanguagePackStrings extends TdApi.Function
Returns LanguagePackStrings
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String[] |
keys
Language pack keys of the strings to be returned; leave empty to request all available strings.
|
java.lang.String |
languagePackId
Language pack identifier of the strings to be returned.
|
Constructor and Description |
---|
GetLanguagePackStrings()
Default constructor for a function, which returns strings from a language pack in the current localization target by their keys.
|
GetLanguagePackStrings(java.lang.String languagePackId,
java.lang.String[] keys)
Creates a function, which returns strings from a language pack in the current localization target by their keys.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String languagePackId
public java.lang.String[] keys
public static final int CONSTRUCTOR
public GetLanguagePackStrings()
Returns LanguagePackStrings
public GetLanguagePackStrings(java.lang.String languagePackId, java.lang.String[] keys)
Returns LanguagePackStrings
languagePackId
- Language pack identifier of the strings to be returned.keys
- Language pack keys of the strings to be returned; leave empty to request all available strings.public int getConstructor()
getConstructor
in class TdApi.Function