Inherits Update.
A request can't be completed unless reCAPTCHA verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.
Public Fields | |
int53 | verification_id_ |
Unique identifier for the verification process. | |
string | action_ |
The action for the check. | |
string | recaptcha_key_id_ |
Identifier of the reCAPTCHA key. | |
Public Instance Methods | |
updateApplicationRecaptchaVerificationRequired () | |
updateApplicationRecaptchaVerificationRequired (int53 verification_id_, string const &action_, string const &recaptcha_key_id_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -1796351554 |
Identifier uniquely determining a type of the object. | |
A request can't be completed unless reCAPTCHA verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.
updateApplicationRecaptchaVerificationRequired | ( | int53 | verification_id_, |
string const & | action_, | ||
string const & | recaptcha_key_id_ | ||
) |
A request can't be completed unless reCAPTCHA verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed.
[in] | verification_id_ | Unique identifier for the verification process. |
[in] | action_ | The action for the check. |
[in] | recaptcha_key_id_ | Identifier of the reCAPTCHA key. |
|
finalvirtual |