Class: TD::Types::Update::DefaultReactionType
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::DefaultReactionType
- Defined in:
- lib/tdlib/types/update/default_reaction_type.rb
Overview
The type of default reaction has changed.
Instance Attribute Summary collapse
-
#reaction_type ⇒ TD::Types::ReactionType
The new type of the default reaction.
Method Summary
Methods inherited from Base
Instance Attribute Details
#reaction_type ⇒ TD::Types::ReactionType
The new type of the default reaction.
5 6 7 |
# File 'lib/tdlib/types/update/default_reaction_type.rb', line 5 def reaction_type @reaction_type end |