Class: TD::Types::ChatLists

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

Overview

Contains a list of chat lists.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_listsArray<TD::Types::ChatList>

List of chat lists.

Returns:



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

def chat_lists
  @chat_lists
end