Module tdlight.api

Class TdApi.EditCustomLanguagePackInfo

Enclosing class:
TdApi

public static final class TdApi.EditCustomLanguagePackInfo extends TdApi.Function<TdApi.Ok>
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
      Edits information about a custom local language pack in the current localization target. Can be called before authorization. Returns Ok
      Throws:
      IOException
  • Method Details