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 Detail

      • languagePackId

        public String languagePackId
        Language pack identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.