Class: TD::Types::BusinessChatLinks
- Defined in:
- lib/tdlib/types/business_chat_links.rb
Overview
Contains a list of business chat links created by the user.
Instance Attribute Summary collapse
-
#links ⇒ Array<TD::Types::BusinessChatLink>
List of links.
Method Summary
Methods inherited from Base
Instance Attribute Details
#links ⇒ Array<TD::Types::BusinessChatLink>
List of links.
5 6 7 |
# File 'lib/tdlib/types/business_chat_links.rb', line 5 def links @links end |