MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeDriverLicense.md

650 B

title description image
secureValueTypeDriverLicense secureValueTypeDriverLicense attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypeDriverLicense

Back to constructors index

Type: SecureValueType

Example:

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

PWRTelegram json-encoded version:

{"_": "secureValueTypeDriverLicense"}

Or, if you're into Lua:

secureValueTypeDriverLicense={_='secureValueTypeDriverLicense'}