Module tdlight.api

Class TdApi.GetLanguagePackInfo

Enclosing class:
TdApi

public static final class TdApi.GetLanguagePackInfo extends TdApi.Function<TdApi.LanguagePackInfo>
Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization. Returns LanguagePackInfo
  • Field Details

    • languagePackId

      public String languagePackId
      Language pack identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetLanguagePackInfo

      public GetLanguagePackInfo()
      Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization. Returns LanguagePackInfo
    • GetLanguagePackInfo

      public GetLanguagePackInfo(String languagePackId)
      Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization. Returns LanguagePackInfo
      Parameters:
      languagePackId - String Language pack identifier.
    • GetLanguagePackInfo

      public GetLanguagePackInfo(DataInput input) throws IOException
      Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization. Returns LanguagePackInfo
      Throws:
      IOException
  • Method Details