Layer 220
UpdateSentPhoneCode
A paid login SMS code was successfully sent.
constructor
updateSentPhoneCode#504aa18f sent_code:auth.SentCode = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| SentCode | auth.SentCode | Info about the sent code. |
Returns
UpdateGogram Example
// Creating UpdateSentPhoneCode constructor obj := &tg.UpdateSentPhoneCode{ SentCode: nil, }