Module tdlight.api

Class TdApi.ResetPasswordResultDeclined

Enclosing class:
TdApi

public static final 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
      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 - int Point in time (Unix timestamp) when the password reset can be retried.
    • ResetPasswordResultDeclined

      public ResetPasswordResultDeclined(DataInput input) throws IOException
      The password reset request was declined.
      Throws:
      IOException
  • Method Details