Class: TD::Types::Chats
- Defined in:
- lib/tdlib/types/chats.rb
Overview
Represents a list of chats.
Instance Attribute Summary collapse
-
#chat_ids ⇒ Array<Integer>
List of chat identifiers.
-
#total_count ⇒ Integer
Approximate total count of chats found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_ids ⇒ Array<Integer>
List of chat identifiers.
6 7 8 |
# File 'lib/tdlib/types/chats.rb', line 6 def chat_ids @chat_ids end |
#total_count ⇒ Integer
Approximate total count of chats found.
6 7 8 |
# File 'lib/tdlib/types/chats.rb', line 6 def total_count @total_count end |