Class TdApi.ResetPasswordResultPending

Enclosing class:
TdApi

public static class TdApi.ResetPasswordResultPending extends TdApi.ResetPasswordResult
The password reset request is pending.
  • Field Details

    • pendingResetDate

      public int pendingResetDate
      Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
    • CONSTRUCTOR

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

    • ResetPasswordResultPending

      public ResetPasswordResultPending()
      The password reset request is pending.
    • ResetPasswordResultPending

      public ResetPasswordResultPending(int pendingResetDate)
      The password reset request is pending.
      Parameters:
      pendingResetDate - Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
  • 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