1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-25 01:15:13 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.md

17 lines
2.3 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.encrypted](../index.md)/[TemporaryRegistration](index.md)
# TemporaryRegistration
[common] data class [TemporaryRegistration](index.md)(**files**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)>, **translations**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)>, **hash**: [PassportElementHash](../../dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)) : [EncryptedPassportElementWithTranslatableFilesCollection](../-encrypted-passport-element-with-translatable-files-collection/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration/files/#/PointingToDeclaration/"></a>[files](files.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration/files/#/PointingToDeclaration/"></a> [common] open override val [files](files.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)> <br>|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration/hash/#/PointingToDeclaration/"></a>[hash](hash.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration/hash/#/PointingToDeclaration/"></a> [common] open override val [hash](hash.md): [PassportElementHash](../../dev.inmo.tgbotapi.types.passport.encrypted.abstracts/index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration/translations/#/PointingToDeclaration/"></a>[translations](translations.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/TemporaryRegistration/translations/#/PointingToDeclaration/"></a> [common] open override val [translations](translations.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../-passport-file/index.md)> <br>|