Sha256: b7300015aeab78d7821d6885de40dea214e62aa8eac4705ebdd92133ba1410c2
Contents?: true
Size: 260 Bytes
Versions: 3
Compression:
Stored size: 260 Bytes
Contents
module TD::Types # A text description shown instead of a raw URL. # # @attr url [TD::Types::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
3 entries across 3 versions & 1 rubygems