mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 06:36:55 +01:00
698 B
698 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', ];
PWRTelegram json-encoded version:
{"_":"authStateWaitPhoneNumber"}
Or, if you're into Lua:
authStateWaitPhoneNumber={_='authStateWaitPhoneNumber', }