Sha256: 2f21d8caa87bf4574136549bcfdf6ad6ded225af16676414195cff9459f74fc0

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

module TD::Types
  # Represents an integer option.
  #
  # @attr value [Integer] The value of the option.
  class OptionValue::Integer < OptionValue
    attribute :value, TD::Types::Coercible::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/option_value/integer.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/option_value/integer.rb