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

759 B

title description image redirect_from
auth.checkedPhone Checked phone https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/auth_checkedPhone.html

Constructor: auth.checkedPhone

Back to constructors index

Checked phone

Attributes:

Name Type Required Description
phone_registered Bool Yes Phone registered?

Type: auth.CheckedPhone

Example:

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

Or, if you're into Lua:

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