Package org.drinkless.tdlib
Class TdApi.UpdateApplicationRecaptchaVerificationRequired
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateApplicationRecaptchaVerificationRequired
- Enclosing class:
- TdApi
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe action for the check.static final int
Identifier uniquely determining type of the object.Identifier of the reCAPTCHA key.long
Unique identifier for the verification process. -
Constructor Summary
ConstructorsConstructorDescriptionA request can't be completed unless reCAPTCHA verification is performed; for official mobile applications only.UpdateApplicationRecaptchaVerificationRequired
(long verificationId, String action, String recaptchaKeyId) A request can't be completed unless reCAPTCHA verification is performed; for official mobile applications only. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
verificationId
public long verificationIdUnique identifier for the verification process. -
action
The action for the check. -
recaptchaKeyId
Identifier of the reCAPTCHA key. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateApplicationRecaptchaVerificationRequired
public UpdateApplicationRecaptchaVerificationRequired()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
public UpdateApplicationRecaptchaVerificationRequired(long verificationId, String action, String recaptchaKeyId) 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.- Parameters:
verificationId
- Unique identifier for the verification process.action
- The action for the check.recaptchaKeyId
- Identifier of the reCAPTCHA key.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-