Class: TD::Types::Update::Story
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::Story
- Defined in:
- lib/tdlib/types/update/story.rb
Overview
A story was changed.
Instance Attribute Summary collapse
-
#story ⇒ TD::Types::Story
The new information about the story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#story ⇒ TD::Types::Story
The new information about the story.
5 6 7 |
# File 'lib/tdlib/types/update/story.rb', line 5 def story @story end |