Class: TD::Types::InputCredentials::Saved

Inherits:
TD::Types::InputCredentials show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#saved_credentials_idTD::Types::String

Identifier of the saved credentials.

Returns:

  • (TD::Types::String)

    the current value of saved_credentials_id



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

def saved_credentials_id
  @saved_credentials_id
end