Class: TD::Types::StoryInfo
- Defined in:
- lib/tdlib/types/story_info.rb
Overview
Contains basic information about a story.
Instance Attribute Summary collapse
-
#date ⇒ Integer
Point in time (Unix timestamp) when the story was published.
-
#is_for_close_friends ⇒ Boolean
True, if the story is available only to close friends.
-
#story_id ⇒ Integer
Unique story identifier among stories of the given sender.
Method Summary
Methods inherited from Base
Instance Attribute Details
#date ⇒ Integer
Point in time (Unix timestamp) when the story was published.
7 8 9 |
# File 'lib/tdlib/types/story_info.rb', line 7 def date @date end |
#is_for_close_friends ⇒ Boolean
True, if the story is available only to close friends.
7 8 9 |
# File 'lib/tdlib/types/story_info.rb', line 7 def is_for_close_friends @is_for_close_friends end |
#story_id ⇒ Integer
Unique story identifier among stories of the given sender.
7 8 9 |
# File 'lib/tdlib/types/story_info.rb', line 7 def story_id @story_id end |