Class TdApi.GetLanguagePackInfo

Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetLanguagePackInfo

      public GetLanguagePackInfo()
      Default constructor for a function, which 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)
      Creates a function, which 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 - Language pack identifier.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR