Class: TD::Types::InputStoryAreaType::SuggestedReaction
- Inherits:
-
TD::Types::InputStoryAreaType
- Object
- Dry::Struct
- Base
- TD::Types::InputStoryAreaType
- TD::Types::InputStoryAreaType::SuggestedReaction
- Defined in:
- lib/tdlib/types/input_story_area_type/suggested_reaction.rb
Overview
An area pointing to a suggested reaction.
Instance Attribute Summary collapse
-
#is_dark ⇒ Boolean
True, if reaction has a dark background.
-
#is_flipped ⇒ Boolean
True, if reaction corner is flipped.
-
#reaction_type ⇒ TD::Types::ReactionType
Type of the reaction.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_dark ⇒ Boolean
True, if reaction has a dark background.
7 8 9 |
# File 'lib/tdlib/types/input_story_area_type/suggested_reaction.rb', line 7 def is_dark @is_dark end |
#is_flipped ⇒ Boolean
True, if reaction corner is flipped.
7 8 9 |
# File 'lib/tdlib/types/input_story_area_type/suggested_reaction.rb', line 7 def is_flipped @is_flipped end |
#reaction_type ⇒ TD::Types::ReactionType
Type of the reaction.
7 8 9 |
# File 'lib/tdlib/types/input_story_area_type/suggested_reaction.rb', line 7 def reaction_type @reaction_type end |