MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeIdentityCard.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

653 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'];

PWRTelegram json-encoded version:

{"_": "secureValueTypeIdentityCard"}

Or, if you're into Lua:

secureValueTypeIdentityCard={_='secureValueTypeIdentityCard'}