- API ›
- Constructors ›
- UpdateSentPhoneCode
UpdateSentPhoneCode
---types--- updateSentPhoneCode#504aa18f sent_code:auth.SentCode = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateSentPhoneCode(v) = result { ... }
Parameters
| sent_code | auth.SentCode | required |