Class TdApi.GetPreferredCountryLanguage

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.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 should be used to fill native fields in Telegram Passport personal details. Returns a 404 error if unknown.

Returns Text

  • Field Details

    • countryCode

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

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetPreferredCountryLanguage

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

      Returns Text

    • GetPreferredCountryLanguage

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

      Returns Text

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

      public GetPreferredCountryLanguage​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details