Module tdlight.api

Class TdApi.GetPreferredCountryLanguage

Enclosing class:
TdApi

public static final class TdApi.GetPreferredCountryLanguage extends TdApi.Function<TdApi.Text>
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 Details

    • countryCode

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

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetPreferredCountryLanguage

      public GetPreferredCountryLanguage()
      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)
      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 - String A two-letter ISO 3166-1 alpha-2 country code.
    • GetPreferredCountryLanguage

      public GetPreferredCountryLanguage(DataInput input) throws IOException
      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
      Throws:
      IOException
  • Method Details