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 Details

  • 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

      public EditCustomLanguagePackInfo​(TdApi.LanguagePackInfo info)
      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

      public EditCustomLanguagePackInfo​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details