MadelineProtoDocs/docs/API_docs/constructors/auth_authorizationSignUpReq...

845 B

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

Constructor: auth.authorizationSignUpRequired

Back to constructors index

Attributes:

Name Type Required
terms_of_service help_TermsOfService Optional

Type: auth_Authorization

Example:

$auth_authorizationSignUpRequired = ['_' => 'auth.authorizationSignUpRequired', 'terms_of_service' => help_TermsOfService];

Or, if you're into Lua:

auth_authorizationSignUpRequired={_='auth.authorizationSignUpRequired', terms_of_service=help_TermsOfService}