Class: TD::Types::Update::StorySendSucceeded
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::StorySendSucceeded
- Defined in:
- lib/tdlib/types/update/story_send_succeeded.rb
Overview
A story has been successfully sent.
Instance Attribute Summary collapse
-
#old_story_id ⇒ Integer
The previous temporary story identifier.
-
#story ⇒ TD::Types::Story
The sent story.
Method Summary
Methods inherited from Base
Instance Attribute Details
#old_story_id ⇒ Integer
The previous temporary story identifier.
6 7 8 |
# File 'lib/tdlib/types/update/story_send_succeeded.rb', line 6 def old_story_id @old_story_id end |
#story ⇒ TD::Types::Story
The sent story.
6 7 8 |
# File 'lib/tdlib/types/update/story_send_succeeded.rb', line 6 def story @story end |