Sha256: b26ccd0d1319af7fc0f69119f40c26229702f66032c6a5315215a6dda21a2844
Contents?: true
Size: 192 Bytes
Versions: 3
Compression:
Stored size: 192 Bytes
Contents
module TD::Types # Represents a string JSON value. # # @attr value [TD::Types::String] The value. class JsonValue::String < JsonValue attribute :value, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/json_value/string.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/json_value/string.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/json_value/string.rb |