Class: TD::Types::Update::AvailableMessageEffects
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::AvailableMessageEffects
- Defined in:
- lib/tdlib/types/update/available_message_effects.rb
Overview
The list of available message effects has changed.
Instance Attribute Summary collapse
-
#reaction_effect_ids ⇒ Array<Integer>
The new list of available message effects from emoji reactions.
-
#sticker_effect_ids ⇒ Array<Integer>
The new list of available message effects from Premium stickers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#reaction_effect_ids ⇒ Array<Integer>
The new list of available message effects from emoji reactions.
6 7 8 |
# File 'lib/tdlib/types/update/available_message_effects.rb', line 6 def reaction_effect_ids @reaction_effect_ids end |
#sticker_effect_ids ⇒ Array<Integer>
The new list of available message effects from Premium stickers.
6 7 8 |
# File 'lib/tdlib/types/update/available_message_effects.rb', line 6 def sticker_effect_ids @sticker_effect_ids end |