Class: TD::Types::BusinessChatLink
- Defined in:
- lib/tdlib/types/business_chat_link.rb
Overview
Contains information about a business chat link.
Instance Attribute Summary collapse
-
#link ⇒ TD::Types::String
The HTTPS link.
-
#text ⇒ TD::Types::FormattedText
Message draft text that will be added to the input field.
-
#title ⇒ TD::Types::String
Link title.
-
#view_count ⇒ Integer
Number of times the link was used.
Method Summary
Methods inherited from Base
Instance Attribute Details
#link ⇒ TD::Types::String
The HTTPS link.
8 9 10 |
# File 'lib/tdlib/types/business_chat_link.rb', line 8 def link @link end |
#text ⇒ TD::Types::FormattedText
Message draft text that will be added to the input field.
8 9 10 |
# File 'lib/tdlib/types/business_chat_link.rb', line 8 def text @text end |
#title ⇒ TD::Types::String
Link title.
8 9 10 |
# File 'lib/tdlib/types/business_chat_link.rb', line 8 def title @title end |
#view_count ⇒ Integer
Number of times the link was used.
8 9 10 |
# File 'lib/tdlib/types/business_chat_link.rb', line 8 def view_count @view_count end |