mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 06:36:55 +01:00
593 B
593 B
title | description |
---|---|
authStateWaitPhoneNumber | TDLib needs user's phone number to authorize |
Constructor: authStateWaitPhoneNumber
TDLib needs user's phone number to authorize
Attributes:
Name | Type | Required | Description |
---|
Type: AuthState
Example:
$authStateWaitPhoneNumber = ['_' => 'authStateWaitPhoneNumber', ];
Or, if you're into Lua:
authStateWaitPhoneNumber={_='authStateWaitPhoneNumber', }