Layer 220
AuthSentCodeSuccess
The user successfully authorized using future auth tokens
constructor
auth.sentCodeSuccess#2390fe44 authorization:auth.Authorization = auth.SentCode;
Parameters
| Name | Type | Description |
|---|---|---|
| Authorization | auth.Authorization | Authorization info |
Returns
auth.SentCodeGogram Example
// Creating AuthSentCodeSuccess constructor obj := &tg.AuthSentCodeSuccess{ Authorization: nil, }