1.2 KiB
1.2 KiB
title: auth.authorizationSignUpRequired
description: An account with this phone number doesn't exist on telegram: the user has to enter basic information and sign up
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
Constructor: auth.authorizationSignUpRequired
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];
Or, if you're into Lua:
auth_authorizationSignUpRequired={_='auth.authorizationSignUpRequired', terms_of_service=help_TermsOfService}