//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.passport.encrypted.abstracts](../index.md)/[EncryptedPassportElementTranslatable](index.md) # EncryptedPassportElementTranslatable [common] interface [EncryptedPassportElementTranslatable](index.md) : [EncryptedPassportElement](../-encrypted-passport-element/index.md) ## Properties | Name | Summary | |---|---| | [hash](index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FEncryptedPassportElementTranslatable%2Fhash%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [common] abstract val [hash](index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FEncryptedPassportElementTranslatable%2Fhash%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): [PassportElementHash](../index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
| | [translations](translations.md)| [common] abstract val [translations](translations.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportFile](../../dev.inmo.tgbotapi.types.passport.encrypted/-passport-file/index.md)>
| ## Inheritors | Name | |---| | [EncryptedPassportElementWithTranslatableFilesCollection](../../dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.md)| | [EncryptedPassportElementWithTranslatableIDDocument](../../dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.md)| | [Passport](../../dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.md)| ## Extensions | Name | Summary | |---|---| | [createFileError](../../dev.inmo.tgbotapi.types.passport/create-file-error.md)| [common]
Content
fun [EncryptedPassportElementTranslatable](index.md).[createFileError](../../dev.inmo.tgbotapi.types.passport/create-file-error.md)(message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), unencryptedFileHash: [PassportElementHash](../index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)): [PassportElementErrorTranslationFile](../../dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.md)


| | [createFilesError](../../dev.inmo.tgbotapi.types.passport/create-files-error.md)| [common]
Content
fun [EncryptedPassportElementTranslatable](index.md).[createFilesError](../../dev.inmo.tgbotapi.types.passport/create-files-error.md)(message: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html), unencryptedFileHashes: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[PassportElementHash](../index.md#%5Bdev.inmo.tgbotapi.types.passport.encrypted.abstracts%2FPassportElementHash%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)>): [PassportElementErrorTranslationFiles](../../dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.md)


|