1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-09 17:50:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.md
2021-03-17 15:18:37 +00:00

2.3 KiB

//docs/dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration

TemporaryRegistration

[common] data class TemporaryRegistration(files: List<PassportFile>, translations: List<PassportFile>, hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection

Properties

Name Summary
files [common] open override val files: List<PassportFile>
hash [common] open override val hash: PassportElementHash
translations [common] open override val translations: List<PassportFile>