731 B
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
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}