1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.md
2021-03-17 15:18:37 +00:00

1.2 KiB

//docs/dev.inmo.tgbotapi.types.passport.decrypted/SecureData/SecureData

SecureData

[common]
Content
fun SecureData(personalDetails: PersonalDetailsSecureValue? = null, passport: CommonPassportSecureValue? = null, internalPassport: InternalPassportSecureValue? = null, driverLicense: DriverLicenseSecureValue? = null, identityCard: IdentityCardSecureValue? = null, utilityBill: UtilityBillSecureValue? = null, bankStatement: BankStatementSecureValue? = null, rentalAgreement: RentalAgreementSecureValue? = null, passportRegistration: PassportRegistrationSecureValue? = null, temporaryRegistration: TemporalRegistrationSecureValue? = null)