Sha256: cd1e87a4c0af094b296b112cf58cca9859a7e6c456f9a1f3b5265a12a66c5718

Contents?: true

Size: 318 Bytes

Versions: 4

Compression:

Stored size: 318 Bytes

Contents

module TD::Types
  # Contains information about saved card credentials.
  #
  # @attr id [String] Unique identifier of the saved credentials.
  # @attr title [String] Title of the saved credentials.
  class SavedCredentials < Base
    attribute :id, TD::Types::String
    attribute :title, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/saved_credentials.rb
tdlib-ruby-2.2.0 lib/tdlib/types/saved_credentials.rb
tdlib-ruby-2.1.0 lib/tdlib/types/saved_credentials.rb
tdlib-ruby-2.0.0 lib/tdlib/types/saved_credentials.rb