MadelineProto/docs/API_docs/constructors/auth_sentCode.md

666 B

Constructor: auth_sentCode

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 = ['phone_registered' => Bool, 'type' => auth_SentCodeType, 'phone_code_hash' => string, 'next_type' => auth_CodeType, 'timeout' => int, ];