Class: TD::Types::Update::ChatFolders
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatFolders
- Defined in:
- lib/tdlib/types/update/chat_folders.rb
Overview
The list of chat folders or a chat folder has changed.
Instance Attribute Summary collapse
-
#are_tags_enabled ⇒ Boolean
True, if folder tags are enabled.
-
#chat_folders ⇒ Array<TD::Types::ChatFolderInfo>
The new list of chat folders.
-
#main_chat_list_position ⇒ Integer
Position of the main chat list among chat folders, 0-based.
Method Summary
Methods inherited from Base
Instance Attribute Details
#are_tags_enabled ⇒ Boolean
True, if folder tags are enabled.
7 8 9 |
# File 'lib/tdlib/types/update/chat_folders.rb', line 7 def @are_tags_enabled end |
#chat_folders ⇒ Array<TD::Types::ChatFolderInfo>
The new list of chat folders.
7 8 9 |
# File 'lib/tdlib/types/update/chat_folders.rb', line 7 def chat_folders @chat_folders end |
#main_chat_list_position ⇒ Integer
Position of the main chat list among chat folders, 0-based.
7 8 9 |
# File 'lib/tdlib/types/update/chat_folders.rb', line 7 def main_chat_list_position @main_chat_list_position end |