Class: TD::Types::InputBusinessChatLink
- Defined in:
- lib/tdlib/types/input_business_chat_link.rb
Overview
Describes a business chat link to create or edit.
Instance Attribute Summary collapse
-
#text ⇒ TD::Types::FormattedText
Message draft text that will be added to the input field.
-
#title ⇒ TD::Types::String
Link title.
Method Summary
Methods inherited from Base
Instance Attribute Details
#text ⇒ TD::Types::FormattedText
Message draft text that will be added to the input field.
6 7 8 |
# File 'lib/tdlib/types/input_business_chat_link.rb', line 6 def text @text end |
#title ⇒ TD::Types::String
Link title.
6 7 8 |
# File 'lib/tdlib/types/input_business_chat_link.rb', line 6 def title @title end |