MadelineProto/old_docs/API_docs_v23/constructors/auth_sentCode.md
2017-01-19 23:02:27 +01:00

716 B

title description
auth.sentCode auth_sentCode attributes, type and example

Constructor: auth.sentCode

Back to constructors index

Attributes:

Name Type Required
phone_registered Bool Required
phone_code_hash string Required
send_call_timeout int Required
is_password Bool Required

Type: auth_SentCode

Example:

$auth_sentCode = ['_' => 'auth.sentCode', 'phone_registered' => Bool, 'phone_code_hash' => string, 'send_call_timeout' => int, 'is_password' => Bool, ];