Inherits Function.
Checks the 2-step verification recovery email address verification code.
Returns object_ptr<PasswordState>.
Public Fields | |
string | code_ |
Verification code to check. | |
Public Types | |
using | ReturnType = object_ptr< passwordState > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
checkRecoveryEmailAddressCode () | |
checkRecoveryEmailAddressCode (string const &code_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1997039589 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which checks the 2-step verification recovery email address verification code.
Returns object_ptr<PasswordState>.
|
explicit |
Creates a function, which checks the 2-step verification recovery email address verification code.
Returns object_ptr<PasswordState>.
[in] | code_ | Verification code to check. |
|
finalvirtual |