Sha256: af7064bce8ebf75e71e1a92bffc8684aac962ccd95a57e7c00596acf3ab21598

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

module TD::Types
  # 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

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/option_value/integer.rb