MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeIdentityCard.md
2019-12-27 17:48:04 +01:00

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'}