Package it.tdlight.jni
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 Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
countryCode
A two-letter ISO 3166-1 alpha-2 country code. -
Constructor Summary
Constructors Constructor Description 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.GetPreferredCountryLanguage(DataInput input)
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. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
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
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
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-