MadelineProtoDocs/docs/API_docs/constructors/auth.sentCodeSuccess.md
2024-05-01 14:53:46 +02:00

910 B

title description nav_exclude image redirect_from
auth.sentCodeSuccess The user successfully authorized using future auth tokens true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/auth_sentCodeSuccess.html

Constructor: auth.sentCodeSuccess

Back to constructors index

The user successfully authorized using future auth tokens

Attributes:

Name Type Required Description
authorization auth.Authorization Yes Authorization info

Type: auth.SentCode

Example:

$auth_sentCodeSuccess = ['_' => 'auth.sentCodeSuccess', 'authorization' => auth.Authorization];