MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeIdentityCard.md

509 B

title description image
secureValueTypeIdentityCard Identity card https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypeIdentityCard

Back to constructors index

Identity card

Type: SecureValueType

Example:

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

Or, if you're into Lua:

secureValueTypeIdentityCard={_='secureValueTypeIdentityCard'}