Class: TD::Types::ChatList::Folder
- Inherits:
-
TD::Types::ChatList
- Object
- Dry::Struct
- Base
- TD::Types::ChatList
- TD::Types::ChatList::Folder
- Defined in:
- lib/tdlib/types/chat_list/folder.rb
Overview
A list of chats added to a chat folder.
Instance Attribute Summary collapse
-
#chat_folder_id ⇒ Integer
Chat folder identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_folder_id ⇒ Integer
Chat folder identifier.
5 6 7 |
# File 'lib/tdlib/types/chat_list/folder.rb', line 5 def chat_folder_id @chat_folder_id end |