Class: TD::Types::UnreadReaction
- Defined in:
- lib/tdlib/types/unread_reaction.rb
Overview
Contains information about an unread reaction to a message.
Instance Attribute Summary collapse
-
#is_big ⇒ Boolean
True, if the reaction was added with a big animation.
-
#sender_id ⇒ TD::Types::MessageSender
Identifier of the sender, added the reaction.
-
#type ⇒ TD::Types::ReactionType
Type of the reaction.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_big ⇒ Boolean
True, if the reaction was added with a big animation.
7 8 9 |
# File 'lib/tdlib/types/unread_reaction.rb', line 7 def is_big @is_big end |
#sender_id ⇒ TD::Types::MessageSender
Identifier of the sender, added the reaction.
7 8 9 |
# File 'lib/tdlib/types/unread_reaction.rb', line 7 def sender_id @sender_id end |
#type ⇒ TD::Types::ReactionType
Type of the reaction.
7 8 9 |
# File 'lib/tdlib/types/unread_reaction.rb', line 7 def type @type end |