Class: TD::Types::InputStoryAreaType::Link
- Inherits:
-
TD::Types::InputStoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::InputStoryAreaType
- TD::Types::InputStoryAreaType::Link
- Defined in:
- lib/tdlib/types/input_story_area_type/link.rb
Overview
An area pointing to a HTTP or tg:// link.
Instance Attribute Summary collapse
-
#url ⇒ TD::Types::String
HTTP or tg:// URL to be opened when the area is clicked.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ TD::Types::String
HTTP or tg:// URL to be opened when the area is clicked.
5 6 7 |
# File 'lib/tdlib/types/input_story_area_type/link.rb', line 5 def url @url end |