mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
910 B
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
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];