Class: TD::Types::Update::ActiveEmojiReactions
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ActiveEmojiReactions
- Defined in:
- lib/tdlib/types/update/active_emoji_reactions.rb
Overview
The list of active emoji reactions has changed.
Instance Attribute Summary collapse
-
#emojis ⇒ Array<TD::Types::String>
The new list of active emoji reactions.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emojis ⇒ Array<TD::Types::String>
The new list of active emoji reactions.
5 6 7 |
# File 'lib/tdlib/types/update/active_emoji_reactions.rb', line 5 def emojis @emojis end |