GetPreferredCountryLanguage class
- Inheritance
-
- Object
- TdFunction
- GetPreferredCountryLanguage
Constructors
- GetPreferredCountryLanguage({required 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
const
Properties
- countryCode → String
-
countryCode A two-letter ISO 3166-1 alpha-2 country code
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? countryCode}) → GetPreferredCountryLanguage -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String