Class TdApi.GetPreferredCountryLanguage

  • Enclosing class:
    TdApi

    public static class TdApi.GetPreferredCountryLanguage
    extends TdApi.Function
    Returns an IETF language tag of the language preferred in the country, which must be used to fill native fields in Telegram Passport personal details. Returns a 404 error if unknown.

    Returns Text

    • Field Detail

      • countryCode

        public String countryCode
        A two-letter ISO 3166-1 alpha-2 country code.
      • CONSTRUCTOR

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

      • GetPreferredCountryLanguage

        public GetPreferredCountryLanguage()
        Default constructor for a function, which returns an IETF language tag of the language preferred in the country, which must be used to fill native fields in Telegram Passport personal details. Returns a 404 error if unknown.

        Returns Text

      • GetPreferredCountryLanguage

        public GetPreferredCountryLanguage​(String countryCode)
        Creates a function, which returns an IETF language tag of the language preferred in the country, which must be used to fill native fields in Telegram Passport personal details. Returns a 404 error if unknown.

        Returns Text

        Parameters:
        countryCode - A two-letter ISO 3166-1 alpha-2 country code.