Class: TD::Types::SavedCredentials
- Defined in:
- lib/tdlib/types/saved_credentials.rb
Overview
Contains information about saved card credentials.
Instance Attribute Summary collapse
-
#id ⇒ TD::Types::String
Unique identifier of the saved credentials.
-
#title ⇒ TD::Types::String
Title of the saved credentials.
Method Summary
Methods inherited from Base
Instance Attribute Details
#id ⇒ TD::Types::String
Unique identifier of the saved credentials.
6 7 8 |
# File 'lib/tdlib/types/saved_credentials.rb', line 6 def id @id end |
#title ⇒ TD::Types::String
Title of the saved credentials.
6 7 8 |
# File 'lib/tdlib/types/saved_credentials.rb', line 6 def title @title end |