Sha256: 4993d9bf18f875c8b1b891df70f79752a71c32fdb88215597f9a79986fa96a5c
Contents?: true
Size: 161 Bytes
Versions: 3
Compression:
Stored size: 161 Bytes
Contents
module TD::Types # Contains an HTTP URL. # # @attr url [TD::Types::String] The URL. class HttpUrl < Base attribute :url, 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/http_url.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/http_url.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/http_url.rb |