Module tdlight.api

Class TdApi.EmailAddressResetStatePending

Enclosing class:
TdApi

public static final class TdApi.EmailAddressResetStatePending extends TdApi.EmailAddressResetState
Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.
  • Field Details

    • resetIn

      public int resetIn
      Left time before the email address will be reset, in seconds. updateAuthorizationState is not sent when this field changes.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • EmailAddressResetStatePending

      public EmailAddressResetStatePending()
      Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.
    • EmailAddressResetStatePending

      public EmailAddressResetStatePending(int resetIn)
      Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.
      Parameters:
      resetIn - int Left time before the email address will be reset, in seconds. updateAuthorizationState is not sent when this field changes.
    • EmailAddressResetStatePending

      public EmailAddressResetStatePending(DataInput input) throws IOException
      Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.
      Throws:
      IOException
  • Method Details