Sha256: 0ced089d247e0904f1345d1bc597794d872f69a125e031cf3e07495d2bbcfd86
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 Bytes
Contents
module TD::Types # Applies if a user enters new credentials on a payment provider website. # # @attr data [TD::Types::String] Contains JSON-encoded data with a credential identifier from the payment provider. # @attr allow_save [Boolean] True, if the credential identifier can be saved on the server side. class InputCredentials::New < InputCredentials attribute :data, TD::Types::String attribute :allow_save, TD::Types::Bool end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/input_credentials/new.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_credentials/new.rb |