Class: TD::Types::BusinessChatLinkInfo
- Defined in:
- lib/tdlib/types/business_chat_link_info.rb
Overview
Contains information about a business chat link.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the private chat that created the link.
-
#text ⇒ TD::Types::FormattedText
Message draft text that must be added to the input field.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the private chat that created the link.
6 7 8 |
# File 'lib/tdlib/types/business_chat_link_info.rb', line 6 def chat_id @chat_id end |
#text ⇒ TD::Types::FormattedText
Message draft text that must be added to the input field.
6 7 8 |
# File 'lib/tdlib/types/business_chat_link_info.rb', line 6 def text @text end |