MadelineProto/old_docs/API_docs_v45/constructors/auth_sentAppCode.md

732 B

title description
auth_sentAppCode auth_sentAppCode attributes, type and example

Constructor: auth_sentAppCode

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_sentAppCode = ['_' => 'auth_sentAppCode', 'phone_registered' => Bool, 'phone_code_hash' => string, 'send_call_timeout' => int, 'is_password' => Bool, ];