Class: TD::Types::Stories
- Defined in:
- lib/tdlib/types/stories.rb
Overview
Represents a list of stories.
Instance Attribute Summary collapse
-
#pinned_story_ids ⇒ Array<Integer>
Identifiers of the pinned stories; returned only in getChatPostedToChatPageStories with from_story_id == 0.
-
#stories ⇒ Array<TD::Types::Story>
The list of stories.
-
#total_count ⇒ Integer
Approximate total number of stories found.
Method Summary
Methods inherited from Base
Instance Attribute Details
#pinned_story_ids ⇒ Array<Integer>
Identifiers of the pinned stories; returned only in getChatPostedToChatPageStories with from_story_id == 0.
8 9 10 |
# File 'lib/tdlib/types/stories.rb', line 8 def pinned_story_ids @pinned_story_ids end |
#stories ⇒ Array<TD::Types::Story>
The list of stories.
8 9 10 |
# File 'lib/tdlib/types/stories.rb', line 8 def stories @stories end |
#total_count ⇒ Integer
Approximate total number of stories found.
8 9 10 |
# File 'lib/tdlib/types/stories.rb', line 8 def total_count @total_count end |