Sha256: b935e0964749cbcd5eaa98221926513166f085654585be24b01028968a4c0e8d
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
module TD::Types # An option changed its value. # # @attr name [TD::Types::String] The option name. # @attr value [TD::Types::OptionValue] The new option value. class Update::Option < Update attribute :name, TD::Types::String attribute :value, TD::Types::OptionValue end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/update/option.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/option.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/option.rb |