Class: TD::Types::InternalLinkType::BusinessChat
- Inherits:
-
TD::Types::InternalLinkType
- Object
- Dry::Struct
- Base
- TD::Types::InternalLinkType
- TD::Types::InternalLinkType::BusinessChat
- Defined in:
- lib/tdlib/types/internal_link_type/business_chat.rb
Overview
The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received
private chat and replace chat draft with the provided text.
Instance Attribute Summary collapse
-
#link_name ⇒ TD::Types::String
Name of the link.
Method Summary
Methods inherited from Base
Instance Attribute Details
#link_name ⇒ TD::Types::String
Name of the link.
7 8 9 |
# File 'lib/tdlib/types/internal_link_type/business_chat.rb', line 7 def link_name @link_name end |