Package it.tdlight.jni
Class TdApi.EditCustomLanguagePackInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.EditCustomLanguagePackInfo
- Enclosing class:
- TdApi
public static class TdApi.EditCustomLanguagePackInfo extends TdApi.Function
Edits information about a custom local
language pack in the current localization
target. Can be called before authorization.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.LanguagePackInfo
info
New information about the custom local language pack. -
Constructor Summary
Constructors Constructor Description EditCustomLanguagePackInfo()
Edits information about a custom local language pack in the current localization target.EditCustomLanguagePackInfo(TdApi.LanguagePackInfo info)
Edits information about a custom local language pack in the current localization target.EditCustomLanguagePackInfo(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
info
New information about the custom local language pack. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
EditCustomLanguagePackInfo
public EditCustomLanguagePackInfo()Edits information about a custom local language pack in the current localization target. Can be called before authorization.Returns
Ok
-
EditCustomLanguagePackInfo
Edits information about a custom local language pack in the current localization target. Can be called before authorization.Returns
Ok
- Parameters:
info
- LanguagePackInfo New information about the custom local language pack.
-
EditCustomLanguagePackInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-