Class: TD::Types::ResetPasswordResult::Declined

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

Overview

The password reset request was declined.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#retry_dateInteger

Point in time (Unix timestamp) when the password reset can be retried.

Returns:

  • (Integer)

    the current value of retry_date



5
6
7
# File 'lib/tdlib/types/reset_password_result/declined.rb', line 5

def retry_date
  @retry_date
end