Class: TD::Types::RecommendedChatFolders

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/recommended_chat_folders.rb

Overview

Contains a list of recommended chat folders.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_foldersArray<TD::Types::RecommendedChatFolder>

List of recommended chat folders.

Returns:



5
6
7
# File 'lib/tdlib/types/recommended_chat_folders.rb', line 5

def chat_folders
  @chat_folders
end