Class TdApi.GetLanguagePackInfo

Enclosing class:
TdApi

public static class TdApi.GetLanguagePackInfo
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details