MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeIdentityCard.md

545 B

title description image
secureValueTypeIdentityCard Secure value type IDentity card https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypeIdentityCard

Back to constructors index

Secure value type IDentity card

Type: SecureValueType

Example:

$secureValueTypeIdentityCard = ['_' => 'secureValueTypeIdentityCard'];

Or, if you're into Lua:

secureValueTypeIdentityCard={_='secureValueTypeIdentityCard'}