Class: TD::Types::TargetChat::InternalLink
- Inherits:
-
TD::Types::TargetChat
- Object
- Dry::Struct
- Base
- TD::Types::TargetChat
- TD::Types::TargetChat::InternalLink
- Defined in:
- lib/tdlib/types/target_chat/internal_link.rb
Overview
The chat needs to be open with the provided internal link.
Instance Attribute Summary collapse
-
#link ⇒ TD::Types::InternalLinkType
An internal link pointing to the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#link ⇒ TD::Types::InternalLinkType
An internal link pointing to the chat.
5 6 7 |
# File 'lib/tdlib/types/target_chat/internal_link.rb', line 5 def link @link end |