Class: TD::Types::InputCredentials::Saved
- Inherits:
-
TD::Types::InputCredentials
- Object
- Dry::Struct
- Base
- TD::Types::InputCredentials
- TD::Types::InputCredentials::Saved
- Defined in:
- lib/tdlib/types/input_credentials/saved.rb
Overview
Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password.
Instance Attribute Summary collapse
-
#saved_credentials_id ⇒ TD::Types::String
Identifier of the saved credentials.
Method Summary
Methods inherited from Base
Instance Attribute Details
#saved_credentials_id ⇒ TD::Types::String
Identifier of the saved credentials.
6 7 8 |
# File 'lib/tdlib/types/input_credentials/saved.rb', line 6 def saved_credentials_id @saved_credentials_id end |