Sha256: 514ae3cd7486bb7e8a1fdeb043ed4ceec483589e4670e74e01686f5105f8bc41
Contents?: true
Size: 206 Bytes
Versions: 2
Compression:
Stored size: 206 Bytes
Contents
module TD::Types # Represents a string option. # # @attr value [TD::Types::String] The value of the option. class OptionValue::String < OptionValue attribute :value, TD::Types::String 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/string.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/option_value/string.rb |