Class: TD::Types::Update::AnimatedEmojiMessageClicked
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::AnimatedEmojiMessageClicked
- Defined in:
- lib/tdlib/types/update/animated_emoji_message_clicked.rb
Overview
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the
screen.
chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#message_id ⇒ Integer
Message identifier.
-
#sticker ⇒ TD::Types::Sticker
The animated sticker to be played.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
9 10 11 |
# File 'lib/tdlib/types/update/animated_emoji_message_clicked.rb', line 9 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier.
9 10 11 |
# File 'lib/tdlib/types/update/animated_emoji_message_clicked.rb', line 9 def end |
#sticker ⇒ TD::Types::Sticker
The animated sticker to be played.
9 10 11 |
# File 'lib/tdlib/types/update/animated_emoji_message_clicked.rb', line 9 def sticker @sticker end |