Class: TD::Types::TextEntityType::TextUrl
- Inherits:
-
TD::Types::TextEntityType
- Object
- Dry::Struct
- Base
- TD::Types::TextEntityType
- TD::Types::TextEntityType::TextUrl
- Defined in:
- lib/tdlib/types/text_entity_type/text_url.rb
Overview
A text description shown instead of a raw URL.
Instance Attribute Summary collapse
-
#url ⇒ TD::Types::String
HTTP or tg:// URL to be opened when the link is clicked.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ TD::Types::String
HTTP or tg:// URL to be opened when the link is clicked.
5 6 7 |
# File 'lib/tdlib/types/text_entity_type/text_url.rb', line 5 def url @url end |