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

662 B

title description image
secureValueTypeDriverLicense Secure value type driver license https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypeDriverLicense

Back to constructors index

Secure value type driver license

Type: SecureValueType

Example:

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

PWRTelegram json-encoded version:

{"_": "secureValueTypeDriverLicense"}

Or, if you're into Lua:

secureValueTypeDriverLicense={_='secureValueTypeDriverLicense'}