Module tdlight.api

Class TdApi.ResetPasswordResultPending

Enclosing class:
TdApi

public static final 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
      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 - int Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.
    • ResetPasswordResultPending

      public ResetPasswordResultPending(DataInput input) throws IOException
      The password reset request is pending.
      Throws:
      IOException
  • Method Details