auth.SentCode
Rust type: enums::auth.SentCode
Constructors
This is an abstract type. At runtime it will be one of the following variants:
| SentCode |
| SentCodePaymentRequired |
| SentCodeSuccess |
Requests returning this type
| CheckPaidAuth |
| ResendCode |
| ResetLoginEmail |
| SendChangePhoneCode |
| SendCode |
| SendConfirmPhoneCode |
| SendVerifyPhoneCode |
Requests accepting this type as input
None.
Other types containing this type
| EmailVerifiedLogin |
| UpdateSentPhoneCode |