Class: TD::Types::StoryRepostInfo
- Defined in:
- lib/tdlib/types/story_repost_info.rb
Overview
Contains information about original story that was reposted.
Instance Attribute Summary collapse
-
#is_content_modified ⇒ Boolean
True, if story content was modified during reposting; otherwise, story wasn’t modified.
-
#origin ⇒ TD::Types::StoryOrigin
Origin of the story that was reposted.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_content_modified ⇒ Boolean
True, if story content was modified during reposting; otherwise, story wasn’t modified.
7 8 9 |
# File 'lib/tdlib/types/story_repost_info.rb', line 7 def is_content_modified @is_content_modified end |
#origin ⇒ TD::Types::StoryOrigin
Origin of the story that was reposted.
7 8 9 |
# File 'lib/tdlib/types/story_repost_info.rb', line 7 def origin @origin end |