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