Class TdApi.UpdateApplicationRecaptchaVerificationRequired

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateApplicationRecaptchaVerificationRequired
Enclosing class:
TdApi

public static class TdApi.UpdateApplicationRecaptchaVerificationRequired extends TdApi.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.
  • Field Details

    • verificationId

      public long verificationId
      Unique identifier for the verification process.
    • action

      public String action
      The action for the check.
    • recaptchaKeyId

      public String recaptchaKeyId
      Identifier of the reCAPTCHA key.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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 class TdApi.Object
      Returns:
      this.CONSTRUCTOR