MadelineProtoDocs/old_docs/API_docs_v32/constructors/secureValueTypeDriverLicense.md
2020-06-16 17:50:25 +02:00

521 B

title description image
secureValueTypeDriverLicense Driver's license https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypeDriverLicense

Back to constructors index

Driver's license

Type: SecureValueType

Example:

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

Or, if you're into Lua:

secureValueTypeDriverLicense={_='secureValueTypeDriverLicense'}