Class: TD::Types::SavedCredentials

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/saved_credentials.rb

Overview

Contains information about saved card credentials.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#idString

Unique identifier of the saved credentials.

Returns:

  • (String)

    the current value of id



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

def id
  @id
end

#titleString

Title of the saved credentials.

Returns:

  • (String)

    the current value of title



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

def title
  @title
end