Class: TD::Types::ChatAction::WatchingAnimations
- Inherits:
-
TD::Types::ChatAction
- Object
- Dry::Struct
- Base
- TD::Types::ChatAction
- TD::Types::ChatAction::WatchingAnimations
- Defined in:
- lib/tdlib/types/chat_action/watching_animations.rb
Overview
The user is watching animations sent by the other party by clicking on an animated emoji.
Instance Attribute Summary collapse
-
#emoji ⇒ TD::Types::String
The animated emoji.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emoji ⇒ TD::Types::String
The animated emoji.
5 6 7 |
# File 'lib/tdlib/types/chat_action/watching_animations.rb', line 5 def emoji @emoji end |