Class: TD::Types::ResetPasswordResult::Pending

Inherits:
TD::Types::ResetPasswordResult show all
Defined in:
lib/tdlib/types/reset_password_result/pending.rb

Overview

The password reset request is pending.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#pending_reset_dateInteger

Point in time (Unix timestamp) after which the password can be reset immediately using resetPassword.

Returns:

  • (Integer)

    the current value of pending_reset_date



6
7
8
# File 'lib/tdlib/types/reset_password_result/pending.rb', line 6

def pending_reset_date
  @pending_reset_date
end