Class TdApi.ResetPasswordResultDeclined

Enclosing class:
TdApi

public static class TdApi.ResetPasswordResultDeclined extends TdApi.ResetPasswordResult
The password reset request was declined.
  • Field Details

    • retryDate

      public int retryDate
      Point in time (Unix timestamp) when the password reset can be retried.
    • CONSTRUCTOR

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

    • ResetPasswordResultDeclined

      public ResetPasswordResultDeclined()
      The password reset request was declined.
    • ResetPasswordResultDeclined

      public ResetPasswordResultDeclined(int retryDate)
      The password reset request was declined.
      Parameters:
      retryDate - Point in time (Unix timestamp) when the password reset can be retried.
  • 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