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

667 B

title description image
secureValueTypePassportRegistration Internal registration [passport](https://core.telegram.org/passport) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypePassportRegistration

Back to constructors index

Internal registration passport

Type: SecureValueType

Example:

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

Or, if you're into Lua:

secureValueTypePassportRegistration={_='secureValueTypePassportRegistration'}