Class: TD::Types::MessageLink
- Defined in:
- lib/tdlib/types/message_link.rb
Overview
Contains an HTTPS link to a message in a supergroup or channel.
Instance Attribute Summary collapse
-
#is_public ⇒ Boolean
True, if the link will work for non-members of the chat.
-
#link ⇒ TD::Types::String
Message link.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_public ⇒ Boolean
True, if the link will work for non-members of the chat.
6 7 8 |
# File 'lib/tdlib/types/message_link.rb', line 6 def is_public @is_public end |
#link ⇒ TD::Types::String
Message link.
6 7 8 |
# File 'lib/tdlib/types/message_link.rb', line 6 def link @link end |