Class: TD::Types::ChatLists
- Defined in:
- lib/tdlib/types/chat_lists.rb
Overview
Contains a list of chat lists.
Instance Attribute Summary collapse
-
#chat_lists ⇒ Array<TD::Types::ChatList>
List of chat lists.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_lists ⇒ Array<TD::Types::ChatList>
List of chat lists.
5 6 7 |
# File 'lib/tdlib/types/chat_lists.rb', line 5 def chat_lists @chat_lists end |