Class: TD::Types::ForumTopics
- Defined in:
- lib/tdlib/types/forum_topics.rb
Overview
Describes a list of forum topics.
Instance Attribute Summary collapse
-
#next_offset_date ⇒ Integer
Offset date for the next getForumTopics request.
-
#next_offset_message_id ⇒ Integer
Offset message identifier for the next getForumTopics request.
-
#next_offset_message_thread_id ⇒ Integer
Offset message thread identifier for the next getForumTopics request.
-
#topics ⇒ Array<TD::Types::ForumTopic>
List of forum topics.
-
#total_count ⇒ Integer
Approximate total number of forum topics found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#next_offset_date ⇒ Integer
Offset date for the next getForumTopics request.
9 10 11 |
# File 'lib/tdlib/types/forum_topics.rb', line 9 def next_offset_date @next_offset_date end |
#next_offset_message_id ⇒ Integer
Offset message identifier for the next getForumTopics request.
9 10 11 |
# File 'lib/tdlib/types/forum_topics.rb', line 9 def @next_offset_message_id end |
#next_offset_message_thread_id ⇒ Integer
Offset message thread identifier for the next getForumTopics request.
9 10 11 |
# File 'lib/tdlib/types/forum_topics.rb', line 9 def @next_offset_message_thread_id end |
#topics ⇒ Array<TD::Types::ForumTopic>
List of forum topics.
9 10 11 |
# File 'lib/tdlib/types/forum_topics.rb', line 9 def topics @topics end |
#total_count ⇒ Integer
Approximate total number of forum topics found.
9 10 11 |
# File 'lib/tdlib/types/forum_topics.rb', line 9 def total_count @total_count end |