mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
1.2 KiB
1.2 KiB
title | description |
---|---|
setAuthPhoneNumber | Sets user's phone number and sends authentication code to the user. Works only when getAuthState returns authStateWaitPhoneNumber. If phone number is not recognized or another error has happened, returns an error. Otherwise returns authStateWaitCode |
Method: setAuthPhoneNumber
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sets user's phone number and sends authentication code to the user. Works only when getAuthState returns authStateWaitPhoneNumber. If phone number is not recognized or another error has happened, returns an error. Otherwise returns authStateWaitCode
Parameters:
Name | Type | Required | Description |
---|---|---|---|
phone_number | CLICK ME string | Yes | User's phone number in any reasonable format |
allow_flash_call | CLICK ME Bool | Yes | Pass True, if code can be sent via flash call to the specified phone number |
is_current_phone_number | CLICK ME Bool | Yes | Pass true, if the phone number is used on the current device. Ignored if allow_flash_call is False |