Class: TD::Types::StoryInteractionType::Repost
- Inherits:
-
TD::Types::StoryInteractionType
- Object
- Dry::Struct
- Base
- TD::Types::StoryInteractionType
- TD::Types::StoryInteractionType::Repost
- Defined in:
- lib/tdlib/types/story_interaction_type/repost.rb
Overview
A repost of the story as a story.
Instance Attribute Summary collapse
-
#story ⇒ TD::Types::Story
The reposted story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story ⇒ TD::Types::Story
The reposted story.
5 6 7 |
# File 'lib/tdlib/types/story_interaction_type/repost.rb', line 5 def story @story end |