Class TdApi.ResendCodeReasonVerificationFailed

Enclosing class:
TdApi

public static class TdApi.ResendCodeReasonVerificationFailed extends TdApi.ResendCodeReason
The code is re-sent, because device verification has failed.
  • Field Details

    • errorMessage

      public String errorMessage
      Cause of the verification failure, for example, PLAYSERVICESNOTAVAILABLE, APNSRECEIVETIMEOUT, or APNSINITFAILED.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ResendCodeReasonVerificationFailed

      public ResendCodeReasonVerificationFailed()
      The code is re-sent, because device verification has failed.
    • ResendCodeReasonVerificationFailed

      public ResendCodeReasonVerificationFailed(String errorMessage)
      The code is re-sent, because device verification has failed.
      Parameters:
      errorMessage - Cause of the verification failure, for example, PLAYSERVICESNOTAVAILABLE, APNSRECEIVETIMEOUT, or APNSINITFAILED.
  • 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