passportElementTypePassportRegistration property
A Telegram Passport element containing the registration page of the user's passport
Implementation
PassportElementTypePassportRegistration?
get passportElementTypePassportRegistration {
if (this is PassportElementTypePassportRegistration) {
return this as PassportElementTypePassportRegistration;
}
return null;
}