Sha256: 7d620bdd5a0e5e4ad76dd2e7426a3331d75b4b1f1f38efd9114457742020cba3
Contents?: true
Size: 249 Bytes
Versions: 4
Compression:
Stored size: 249 Bytes
Contents
module TD::Types # A text description shown instead of a raw URL. # # @attr url [String] HTTP or tg:// URL to be opened when the link is clicked. class TextEntityType::TextUrl < TextEntityType attribute :url, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems