Class: TD::Types::PublicForward::Story
- Inherits:
-
TD::Types::PublicForward
- Object
- Dry::Struct
- Base
- TD::Types::PublicForward
- TD::Types::PublicForward::Story
- Defined in:
- lib/tdlib/types/public_forward/story.rb
Overview
Contains a public repost to a story.
Instance Attribute Summary collapse
-
#story ⇒ TD::Types::Story
Information about the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story ⇒ TD::Types::Story
Information about the story.
5 6 7 |
# File 'lib/tdlib/types/public_forward/story.rb', line 5 def story @story end |