1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-27 18:35:09 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.md

19 lines
3.1 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.encrypted](../index.md)/[CommonPassport](index.md)
# CommonPassport
[common] data class [CommonPassport](index.md)(**data**: [EncryptedData](../../dev.inmo.tgbotapi.types.passport.credentials/index.md#%5Bdev.inmo.tgbotapi.types.passport.credentials%2FEncryptedData%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **frontSide**: [PassportFile](../-passport-file/index.md)?, **selfie**: [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)) : [Passport](../-passport/index.md)
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/data/#/PointingToDeclaration/"></a>[data](data.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/data/#/PointingToDeclaration/"></a> [common] open override val [data](data.md): [EncryptedData](../../dev.inmo.tgbotapi.types.passport.credentials/index.md#%5Bdev.inmo.tgbotapi.types.passport.credentials%2FEncryptedData%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081) <br>|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/frontSide/#/PointingToDeclaration/"></a>[frontSide](front-side.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/frontSide/#/PointingToDeclaration/"></a> [common] open override val [frontSide](front-side.md): [PassportFile](../-passport-file/index.md)? = null <br>|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/hash/#/PointingToDeclaration/"></a>[hash](hash.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/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/CommonPassport/selfie/#/PointingToDeclaration/"></a>[selfie](selfie.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/selfie/#/PointingToDeclaration/"></a> [common] open override val [selfie](selfie.md): [PassportFile](../-passport-file/index.md)? = null <br>|
| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/translations/#/PointingToDeclaration/"></a>[translations](translations.md)| <a name="dev.inmo.tgbotapi.types.passport.encrypted/CommonPassport/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>|