1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:27:46 +01:00
MadelineProto/docs/API_docs/constructors/auth_sentCode.md
2016-12-19 19:48:27 +03:00

689 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 = ['_' => auth_sentCode', 'phone_registered' => true, 'type' => auth.SentCodeType, 'phone_code_hash' => string, 'next_type' => auth.CodeType, 'timeout' => int, ];