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