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