Sha256: 2f4c9b4ef5c42cdc72594a6ad7edbc08a17f1295c70b016c4d60dd11f174b723
Contents?: true
Size: 200 Bytes
Versions: 3
Compression:
Stored size: 200 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::Integer end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/option_value/integer.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/option_value/integer.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/option_value/integer.rb |