MadelineProtoDocs/docs/API_docs/constructors/auth.authorizationSignUpRequired.md
2024-05-01 14:53:46 +02:00

1.2 KiB

title description nav_exclude image redirect_from
auth.authorizationSignUpRequired An account with this phone number doesn't exist on telegram: the user has to enter basic information and sign up true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/auth_authorizationSignUpRequired.html

Constructor: auth.authorizationSignUpRequired

Back to constructors index

An account with this phone number doesn't exist on telegram: the user has to enter basic information and sign up

Attributes:

Name Type Required Description
terms_of_service help.TermsOfService Optional Telegram's terms of service: the user must read and accept the terms of service before signing up to telegram

Type: auth.Authorization

Example:

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