Class: TD::Types::InternalLinkType::Message
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::Message
- Defined in:
- lib/tdlib/types/internal_link_type/message.rb
Overview
The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL to process the link, and then open received forum topic or chat and show
the message there.
Instance Attribute Summary collapse
-
#url ⇒ TD::Types::String
URL to be passed to getMessageLinkInfo.
Method Summary
Methods inherited from Base
Instance Attribute Details
#url ⇒ TD::Types::String
URL to be passed to getMessageLinkInfo.
7 8 9 |
# File 'lib/tdlib/types/internal_link_type/message.rb', line 7 def url @url end |