Class: TD::Types::EmailAddressResetState::Pending

Inherits:
TD::Types::EmailAddressResetState show all
Defined in:
lib/tdlib/types/email_address_reset_state/pending.rb

Overview

Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#reset_inInteger

Left time before the email address will be reset, in seconds. Update::AuthorizationState is not sent when this field changes.

Returns:

  • (Integer)

    the current value of reset_in



7
8
9
# File 'lib/tdlib/types/email_address_reset_state/pending.rb', line 7

def reset_in
  @reset_in
end