Class: TD::Types::StoryInteractionType::View
- Inherits:
-
TD::Types::StoryInteractionType
- Object
- Dry::Struct
- Base
- TD::Types::StoryInteractionType
- TD::Types::StoryInteractionType::View
- Defined in:
- lib/tdlib/types/story_interaction_type/view.rb
Overview
A view of the story.
Instance Attribute Summary collapse
-
#chosen_reaction_type ⇒ TD::Types::ReactionType?
Type of the reaction that was chosen by the viewer; may be null if none.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chosen_reaction_type ⇒ TD::Types::ReactionType?
Type of the reaction that was chosen by the viewer; may be null if none.
6 7 8 |
# File 'lib/tdlib/types/story_interaction_type/view.rb', line 6 def chosen_reaction_type @chosen_reaction_type end |