public static class TdApi.EditCustomLanguagePackInfo extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.LanguagePackInfo |
info
New information about the custom local language pack.
|
Constructor and Description |
---|
EditCustomLanguagePackInfo()
Default constructor for a function, which edits information about a custom local language pack in the current localization target.
|
EditCustomLanguagePackInfo(TdApi.LanguagePackInfo info)
Creates a function, which edits information about a custom local language pack in the current localization target.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.LanguagePackInfo info
public static final int CONSTRUCTOR
public EditCustomLanguagePackInfo()
Returns Ok
public EditCustomLanguagePackInfo(TdApi.LanguagePackInfo info)
Returns Ok
info
- New information about the custom local language pack.public int getConstructor()
getConstructor
in class TdApi.Function