Sha256: 0faa94c8e43c8c0e62ac3e42ce4259998243b0de93c803d1c7209d884f4e5ded

Contents?: true

Size: 431 Bytes

Versions: 4

Compression:

Stored size: 431 Bytes

Contents

module TD::Types
  # Returns information about the availability of a temporary password, which can be used for payments.
  #
  # @attr has_password [Boolean] True, if a temporary password is available.
  # @attr valid_for [Integer] Time left before the temporary password expires, in seconds.
  class TemporaryPasswordState < Base
    attribute :has_password, TD::Types::Bool
    attribute :valid_for, TD::Types::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

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