PassportElementsWithErrors constructor
const
PassportElementsWithErrors({
- required List<
PassportElement> elements, - required List<
PassportElementError> errors, - dynamic extra,
- int? clientId,
Contains information about a Telegram Passport elements and corresponding errors
Implementation
const PassportElementsWithErrors({
required this.elements,
required this.errors,
this.extra,
this.clientId,
});