MadelineProtoDocs/old_docs/API_docs_v5/constructors/auth.checkedPhone.md

731 B

title description image redirect_from
auth.checkedPhone auth.checkedPhone attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/auth_checkedPhone.html

Constructor: auth.checkedPhone

Back to constructors index

Attributes:

Name Type Required
phone_registered Bool Yes

Type: auth.CheckedPhone

Example:

$auth.checkedPhone = ['_' => 'auth.checkedPhone', 'phone_registered' => Bool];

Or, if you're into Lua:

auth.checkedPhone={_='auth.checkedPhone', phone_registered=Bool}