mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 17:27:20 +01:00
576 B
576 B
title | description |
---|---|
auth_checkedPhone | auth_checkedPhone attributes, type and example |
Constructor: auth_checkedPhone
Attributes:
Name | Type | Required |
---|---|---|
phone_registered | Bool | Required |
phone_invited | Bool | Required |
Type: auth_CheckedPhone
Example:
$auth_checkedPhone = ['_' => 'auth_checkedPhone', 'phone_registered' => Bool, 'phone_invited' => Bool, ];