Sha256: 879fac2c1d02a5bfd1de5e16abdcdf072e32becafb83282d1617ee11e3c2c10d

Contents?: true

Size: 442 Bytes

Versions: 3

Compression:

Stored size: 442 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::Coercible::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/temporary_password_state.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/temporary_password_state.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/temporary_password_state.rb