Sha256: 8c886422d437757892a1160ff897a8cef178c3950e3248c7f423dc0f5ee8db8c
Contents?: true
Size: 279 Bytes
Versions: 4
Compression:
Stored size: 279 Bytes
Contents
module TD::Types # Represents a URL linking to an internal Telegram entity. # # @attr url [String] URL. # @attr type [TD::Types::TMeUrlType] Type of the URL. class TMeUrl < Base attribute :url, TD::Types::String attribute :type, TD::Types::TMeUrlType end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/t_me_url.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/t_me_url.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/t_me_url.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/t_me_url.rb |