Class: TD::Types::TMeUrl
- Defined in:
- lib/tdlib/types/t_me_url.rb
Overview
Represents a URL linking to an internal Telegram entity.
Instance Attribute Summary collapse
-
#type ⇒ TD::Types::TMeUrlType
Type of the URL.
-
#url ⇒ TD::Types::String
URL.
Method Summary
Methods inherited from Base
Instance Attribute Details
#type ⇒ TD::Types::TMeUrlType
Type of the URL.
6 7 8 |
# File 'lib/tdlib/types/t_me_url.rb', line 6 def type @type end |
#url ⇒ TD::Types::String
URL.
6 7 8 |
# File 'lib/tdlib/types/t_me_url.rb', line 6 def url @url end |