MadelineProto/old_docs/API_docs_v57/constructors/auth_sentCode.md

817 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 Optional
type auth_SentCodeType Required
phone_code_hash string Required
next_type auth_CodeType Optional
timeout int Optional

Type: auth_SentCode

Example:

$auth_sentCode = ['_' => 'auth.sentCode', 'phone_registered' => true, 'type' => auth.SentCodeType, 'phone_code_hash' => string, 'next_type' => auth.CodeType, 'timeout' => int, ];