ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.passport.encrypted
/
IdentityCard
/
IdentityCard
Identity
Card
constructor
(
data
:
EncryptedData
,
frontSide
:
PassportFile
?
=
null
,
reverseSide
:
PassportFile
?
=
null
,
selfie
:
PassportFile
?
=
null
,
translations
:
List
<
PassportFile
>
=
emptyList()
,
hash
:
PassportElementHash
)